File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/features/feeds/components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,8 @@ export const FeedList = ({
144144 { key : "high" , name : "High Market Risk" } ,
145145 { key : "custom" , name : "Custom" } ,
146146 { key : "new" , name : "New Token" } ,
147- { key : "deprecating" , name : "Deprecating" } , ] )
147+ { key : "deprecating" , name : "Deprecating" } ,
148+ ] )
148149
149150 // Load dynamic categories from Supabase on component mount
150151 useEffect ( ( ) => {
Original file line number Diff line number Diff line change @@ -983,7 +983,8 @@ export const MainnetTable = ({
983983 return isValidStreamsFeed && metadata . docs . feedType === "Crypto-DEX"
984984 }
985985
986- return isValidStreamsFeed }
986+ return isValidStreamsFeed
987+ }
987988 if ( dataFeedType === "streamsRwa" ) {
988989 return metadata . contractType === "verifier" && metadata . docs . feedType === "Equities"
989990 }
You can’t perform that action at this time.
0 commit comments