Skip to content

Commit de6b802

Browse files
authored
fix(capabilities): show topic data from 1 handler version (#2529)
1 parent c25f215 commit de6b802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/capabilities/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const useEditAccessAvailable = () => {
8989
};
9090

9191
export const useTopicDataAvailable = () => {
92-
return useGetFeatureVersion('/viewer/topic_data') >= 2;
92+
return useGetFeatureVersion('/viewer/topic_data') >= 1;
9393
};
9494

9595
const useGetSecuritySetting = (feature: SecuritySetting) => {

0 commit comments

Comments
 (0)