Skip to content

Commit 760c6dd

Browse files
Update comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 807d2f7 commit 760c6dd

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
@@ -69,7 +69,7 @@ export const useViewerNodesHandlerHasNetworkStats = () => {
6969

7070
// Before this version handler has very big response size if nodes quantity is more than 100
7171
// Response size could be up to 20-30MB, it loads very long and freezes UI
72-
// It is not very common for databases, but an ofter case for clusters
72+
// It is not very common for databases, but an often case for clusters
7373
export const useNodesHandlerHasWorkingClusterNetworkStats = () => {
7474
return useGetFeatureVersion('/viewer/nodes') >= 16;
7575
};

0 commit comments

Comments
 (0)