Skip to content

Commit afe16af

Browse files
committed
fix: ui eslint issue
1 parent 1125542 commit afe16af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/widgets/appVersion/ui/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const AppVersion: FC = () => {
1111

1212
useEffect(() => {
1313
dispatch(fetch());
14+
// eslint-disable-next-line react-hooks/exhaustive-deps
1415
}, []);
1516

1617
return (

0 commit comments

Comments
 (0)