Skip to content

Commit

Permalink
fix: update-prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed May 18, 2024
1 parent 33cec8b commit 0c3ad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/light-search-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0c3ad3b

Please sign in to comment.