We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dac491 commit e68435fCopy full SHA for e68435f
packages/app/src/systems/Transaction/utils/icon.ts
@@ -6,7 +6,6 @@ import { getLabel } from '../hooks/useTxMetadata';
6
const ICON_MAP = {
7
[OperationName.transfer]: 'Upload',
8
[OperationName.receive]: 'Download',
9
- [OperationName.contractCreated]: 'ArrowRight',
10
[OperationName.contractCall]: 'ArrowsLeftRight',
11
};
12
0 commit comments