We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa24000 commit 098a424Copy full SHA for 098a424
src/features/feeds/components/FeedList.tsx
@@ -144,7 +144,7 @@ export const FeedList = ({
144
{ key: "high", name: "High Market Risk" },
145
{ key: "custom", name: "Custom" },
146
{ key: "new", name: "New Token" },
147
- ])
+ { key: "deprecating", name: "Deprecating" }, ])
148
149
// Load dynamic categories from Supabase on component mount
150
useEffect(() => {
0 commit comments