Skip to content

Commit ca52d4f

Browse files
author
Rajat Saxena
committed
Added dep array
1 parent d79c060 commit ca52d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/app/scripts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function Scripts() {
1414
}
1515

1616
fetchConfig();
17-
});
17+
}, []);
1818

1919
if (!result) {
2020
return null;

0 commit comments

Comments
 (0)