Skip to content

Commit c366f12

Browse files
fix lint
1 parent a627e98 commit c366f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const App: React.FC = () => {
7878

7979
useEffect(() => {
8080
initializeInstabug();
81-
}, []);
81+
});
8282

8383
useEffect(() => {
8484
// @ts-ignore

0 commit comments

Comments
 (0)