Skip to content

Commit

Permalink
add risk category to smartdata feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni committed Feb 20, 2025
1 parent 6854ba8 commit 1d8e1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/feeds/components/Tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const SmartDataTr = ({ network, proxy, showExtraDetails }) => (
return ""
})}
<div className={tableStyles.assetPair}>
{feedCategories[proxy.docs.feedCategory] || ""}
{feedCategories[proxy.feedCategory] || ""}
{proxy.name}
</div>
{proxy.docs.shutdownDate && (
Expand Down

0 comments on commit 1d8e1c2

Please sign in to comment.