Skip to content

Commit 098a424

Browse files
committed
restored deprecating tag
1 parent aa24000 commit 098a424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/feeds/components/FeedList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const FeedList = ({
144144
{ key: "high", name: "High Market Risk" },
145145
{ key: "custom", name: "Custom" },
146146
{ key: "new", name: "New Token" },
147-
])
147+
{ key: "deprecating", name: "Deprecating" }, ])
148148

149149
// Load dynamic categories from Supabase on component mount
150150
useEffect(() => {

0 commit comments

Comments
 (0)