File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
components/ui/InboxItemList Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ const InboxItemList: FC = () => {
9191 import Inbox from 0xInbox
9292 import Pack from 0xPack
9393 import NonFungibleToken from 0xNonFungibleToken
94+ import FungibleToken from 0xFungibleToken
9495 import MetadataViews from 0xMetadataViews
9596
9697 pub fun hasPackCollection(_ address: Address): Bool {
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ export default function useInbox(user: any) {
7575 import Pack from 0xPack
7676 import NonFungibleToken from 0xNonFungibleToken
7777 import MetadataViews from 0xMetadataViews
78+ import FungibleToken from 0xFungibleToken
7879 import FUSD from 0xFUSD
7980
8081 pub fun hasPackCollection(_ address: Address): Bool {
You can’t perform that action at this time.
0 commit comments