Skip to content

Commit dd0aab5

Browse files
author
jay
committed
Change indendation for get
1 parent 581c5fd commit dd0aab5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend_new/src/components/Get.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ function useFetch(url: string) {
1111
setLoading(false);
1212
}
1313
useEffect(() => {
14-
if (url){
15-
fetchUrl();
16-
}
17-
}, [url]);
14+
if (url){
15+
fetchUrl();
16+
}
17+
}, [url]);
1818
return [data, loading];
1919
}
2020
export { useFetch };

0 commit comments

Comments
 (0)