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 c25f215 commit de6b802Copy full SHA for de6b802
src/store/reducers/capabilities/hooks.ts
@@ -89,7 +89,7 @@ export const useEditAccessAvailable = () => {
89
};
90
91
export const useTopicDataAvailable = () => {
92
- return useGetFeatureVersion('/viewer/topic_data') >= 2;
+ return useGetFeatureVersion('/viewer/topic_data') >= 1;
93
94
95
const useGetSecuritySetting = (feature: SecuritySetting) => {
0 commit comments