From 0c3ad3b90029fa3c4063cc21365e557abd118fde Mon Sep 17 00:00:00 2001 From: Harman-singh-waraich Date: Sat, 18 May 2024 13:57:40 +0530 Subject: [PATCH] fix: update-prop-types --- src/components/light-search-bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/light-search-bar.js b/src/components/light-search-bar.js index bd14d7c..92e54bd 100644 --- a/src/components/light-search-bar.js +++ b/src/components/light-search-bar.js @@ -53,7 +53,7 @@ const OptionItem = ({ item }) => { // there are a few ethers queries coming from here. // they might have to be changed to subgraph queries // TODO read and figure it out - const { itemID, itemMetadata, registry } = item + const { itemID, metadata: itemMetadata, registry } = item const { id: tcrAddress } = registry const { gtcrView,