Skip to content

Commit 7362045

Browse files
committed
debug
1 parent 994653d commit 7362045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/credentials.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function Credentials(props:any) {
142142

143143
useEffect(() => {
144144
load().catch(console.error);
145-
},[load]);
145+
},[]);
146146

147147
if (pendingStatus) {
148148
return (

0 commit comments

Comments
 (0)