Skip to content

Commit 871d2f0

Browse files
committed
fix prettier
1 parent 81f6aa3 commit 871d2f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TransactionItemRow/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import type {SearchColumnType, TableColumnSize} from '@components/Search/types';
1010
import ActionCell from '@components/SelectionListWithSections/Search/ActionCell';
1111
import DateCell from '@components/SelectionListWithSections/Search/DateCell';
1212
import StatusCell from '@components/SelectionListWithSections/Search/StatusCell';
13-
import AmountCell from '@components/SelectionListWithSections/Search/TotalCell';
1413
import TextCell from '@components/SelectionListWithSections/Search/TextCell';
14+
import AmountCell from '@components/SelectionListWithSections/Search/TotalCell';
1515
import UserInfoCell from '@components/SelectionListWithSections/Search/UserInfoCell';
1616
import Text from '@components/Text';
1717
import {useMemoizedLazyExpensifyIcons} from '@hooks/useLazyAsset';

0 commit comments

Comments
 (0)