From 556abe1c547f5c8ec5c15505ed8f7d74184a6031 Mon Sep 17 00:00:00 2001 From: Aditya Veer Parmar Date: Tue, 4 Apr 2023 16:06:02 +0530 Subject: [PATCH] fix: wording of lookup --- app/modules/Collection/Form/DataDrawer/index.tsx | 6 +++--- app/modules/Plugins/responderProfile/AddLookup.tsx | 9 ++------- app/modules/Plugins/responderProfile/index.tsx | 8 ++++++-- 3 files changed, 11 insertions(+), 12 deletions(-) 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) => (