Skip to content

Commit e68435f

Browse files
committed
chore: remove uncovered icon
1 parent 4dac491 commit e68435f

File tree

1 file changed

+0
-1
lines changed
  • packages/app/src/systems/Transaction/utils

1 file changed

+0
-1
lines changed

packages/app/src/systems/Transaction/utils/icon.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { getLabel } from '../hooks/useTxMetadata';
66
const ICON_MAP = {
77
[OperationName.transfer]: 'Upload',
88
[OperationName.receive]: 'Download',
9-
[OperationName.contractCreated]: 'ArrowRight',
109
[OperationName.contractCall]: 'ArrowsLeftRight',
1110
};
1211

0 commit comments

Comments
 (0)