Skip to content

Commit

Permalink
fix: algorand icon showing on voi when selecting an asset (#44)
Browse files Browse the repository at this point in the history
* feat: add fee sink address to network configuration

* fix: use listing image data uri for native currency listings
  • Loading branch information
kieranroneill authored Dec 7, 2023
1 parent 2528786 commit 42db6b3
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 15 deletions.
5 changes: 1 addition & 4 deletions src/extension/components/SendAssetModal/SendAssetModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ import {
} from '@extension/types';

// utils
import {
calculateMaxTransactionAmount,
ellipseAddress,
} from '@extension/utils';
import { calculateMaxTransactionAmount } from '@extension/utils';

interface IProps {
onClose: () => void;
Expand Down
Loading

0 comments on commit 42db6b3

Please sign in to comment.