Skip to content

Commit

Permalink
fix(space):effect loop
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricschwyter committed Dec 30, 2022
1 parent b4023b2 commit c36bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumium-space/pages/spaces/[[...path]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Spaces: React.FC = () => {
Router.push(AUTH_SIGNIN);
}
});
}, [api, refetchUserInfo]);
});

return null;
}
Expand Down

0 comments on commit c36bf89

Please sign in to comment.