feat(ExpenseForm): optimize style fo expense form.

This commit is contained in:
a.bouhuolia
2022-03-20 17:23:35 +02:00
parent f86845ea91
commit 35f40503f3
3 changed files with 24 additions and 50 deletions

View File

@@ -10,7 +10,6 @@ import {
updateMinEntriesLines,
updateAutoAddNewLine,
updateRemoveLineByIndex,
orderingLinesIndexes,
} from 'utils';
/**
@@ -75,7 +74,6 @@ export default function ExpenseFormEntriesTable({
autoFocus: ['expense_account_id', 0],
currencyCode
}}
footer={true}
/>
);
}