Skip to content

Commit

Permalink
Fix: changed currentlacation to asset-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikoeliud committed Feb 9, 2023
1 parent ea50981 commit c14ce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AssetTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const IndividualAssetTable = ({
''
)

const isVerra = assets.find((asset) => asset.currentLocation === 'Verra Registry Database')
const isVerra = assets.find((asset) => asset['asset-type'] === 'Carbon Credits Batch')

return isVerra ? (
<Box>
Expand Down

0 comments on commit c14ce50

Please sign in to comment.