Skip to content

Commit

Permalink
Adds img/png support
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored and stackchain committed Dec 4, 2023
1 parent 874f727 commit 12220b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/wallet-mobile/src/yoroi-wallets/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ export function useHideBottomTabBar() {
}

const supportedTypes = [
'img/png', // Yeah, someone minted that
'image/png',
'image/jpeg',
'image/jpg',
Expand Down

0 comments on commit 12220b9

Please sign in to comment.