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 197a1b3 commit eaf01a0Copy full SHA for eaf01a0
src/features/feeds/components/Tables.tsx
@@ -1004,7 +1004,7 @@ export const MainnetTable = ({
1004
return false
1005
}
1006
1007
- if (isDeprecating) return !!((metadata as any).shutdownDate || metadata.docs?.shutdownDate)
+ if (isDeprecating) return !!metadata.docs.shutdownDate
1008
1009
if (dataFeedType === "streamsCrypto") {
1010
const isValidStreamsFeed =
0 commit comments