Skip to content

Commit 8367793

Browse files
committed
fix(capabilities): show topic data from 1 handler version
1 parent 5ff0120 commit 8367793

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)