diff --git a/app/modules/Collection/Form/DataDrawer/index.tsx b/app/modules/Collection/Form/DataDrawer/index.tsx index c26ae637..4fb01da2 100644 --- a/app/modules/Collection/Form/DataDrawer/index.tsx +++ b/app/modules/Collection/Form/DataDrawer/index.tsx @@ -499,9 +499,9 @@ export default function DataDrawer({ )} {collection.data?.[dataId]?.["__lookup__"] && ( - - Lookup - + {/* + On Chain token balance + */} {collection.data?.[dataId]?.["__lookup__"].map( (token: any) => ( diff --git a/app/modules/Plugins/responderProfile/AddLookup.tsx b/app/modules/Plugins/responderProfile/AddLookup.tsx index 2f6fa94c..83fa795a 100644 --- a/app/modules/Plugins/responderProfile/AddLookup.tsx +++ b/app/modules/Plugins/responderProfile/AddLookup.tsx @@ -178,14 +178,9 @@ const AddLookup = ({ lookupTokens, setLookupTokens }: Props) => { return ( - + setOpen(true)}> - - - - Add lookup - - + Add token lookup diff --git a/app/modules/Plugins/responderProfile/index.tsx b/app/modules/Plugins/responderProfile/index.tsx index f02e246c..54da0d9f 100644 --- a/app/modules/Plugins/responderProfile/index.tsx +++ b/app/modules/Plugins/responderProfile/index.tsx @@ -25,13 +25,17 @@ export default function ResponderProfile({ handleClose }: Props) { return ( - + {/* Enabling this plugin will automatically collect responders' profiles.{" "} */} - + On Chain data lookup + + You can optionally get the on chain token balance of the responder + along with their profile + {lookupTokens.map((token, i) => (