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 1125542 commit afe16afCopy full SHA for afe16af
ui/src/widgets/appVersion/ui/index.tsx
@@ -11,6 +11,7 @@ export const AppVersion: FC = () => {
11
12
useEffect(() => {
13
dispatch(fetch());
14
+ // eslint-disable-next-line react-hooks/exhaustive-deps
15
}, []);
16
17
return (
0 commit comments