We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f6aa3 commit 871d2f0Copy full SHA for 871d2f0
1 file changed
src/components/TransactionItemRow/index.tsx
@@ -10,8 +10,8 @@ import type {SearchColumnType, TableColumnSize} from '@components/Search/types';
10
import ActionCell from '@components/SelectionListWithSections/Search/ActionCell';
11
import DateCell from '@components/SelectionListWithSections/Search/DateCell';
12
import StatusCell from '@components/SelectionListWithSections/Search/StatusCell';
13
-import AmountCell from '@components/SelectionListWithSections/Search/TotalCell';
14
import TextCell from '@components/SelectionListWithSections/Search/TextCell';
+import AmountCell from '@components/SelectionListWithSections/Search/TotalCell';
15
import UserInfoCell from '@components/SelectionListWithSections/Search/UserInfoCell';
16
import Text from '@components/Text';
17
import {useMemoizedLazyExpensifyIcons} from '@hooks/useLazyAsset';
0 commit comments