Skip to content

Commit 6eb601c

Browse files
committed
chore: delete redundant div content
1 parent 2c1465c commit 6eb601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Web3ConnectionManager.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Web3ConnectionManager = ({ children }) => {
3232
useInactiveListener(!triedEager);
3333

3434
if (!active && !networkActive) {
35-
return <div>Loading...</div>;
35+
return <></>;
3636
}
3737
return children;
3838
};

0 commit comments

Comments
 (0)