Skip to content

Commit

Permalink
fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Nov 22, 2024
1 parent c914870 commit 452af01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/connect-v1/src/hooks/useConnectConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const useConnectConfig = () => {
return () => {
clearTimeout(timeoutId); // Clear the timeout
controller.abort();
}
};
}, []);

return networks ? config : undefined;
Expand Down
2 changes: 1 addition & 1 deletion apps/connect/src/hooks/useConnectConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const useConnectConfig = () => {
return () => {
clearTimeout(timeoutId); // Clear the timeout
controller.abort();
}
};
}, []);

return networks ? config : undefined;
Expand Down

0 comments on commit 452af01

Please sign in to comment.