mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix(webapp): code cleanup
This commit is contained in:
@@ -9,12 +9,8 @@ const TaxRateFormDialogContent = lazy(
|
||||
() => import('./TaxRateFormDialogContent'),
|
||||
);
|
||||
|
||||
const TaxRateDialog = styled(Dialog)`
|
||||
max-width: 450px;
|
||||
`;
|
||||
|
||||
/**
|
||||
* Account form dialog.
|
||||
* Tax rate form dialog.
|
||||
*/
|
||||
function TaxRateFormDialog({
|
||||
dialogName,
|
||||
@@ -39,4 +35,8 @@ function TaxRateFormDialog({
|
||||
);
|
||||
}
|
||||
|
||||
const TaxRateDialog = styled(Dialog)`
|
||||
max-width: 450px;
|
||||
`;
|
||||
|
||||
export default compose(withDialogRedux())(TaxRateFormDialog);
|
||||
|
||||
@@ -9,7 +9,7 @@ interface TaxRateFormDialogContentProps {
|
||||
}
|
||||
|
||||
/**
|
||||
* Account dialog content.
|
||||
* Tax rate form dialog content.
|
||||
*/
|
||||
export default function TaxRateFormDialogContent({
|
||||
dialogName,
|
||||
|
||||
Reference in New Issue
Block a user