Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Jun 25, 2020
1 parent ca1d807 commit a07937f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CboardLogo = () => {

useEffect(() => {
setShowLogo(true);
});
}, []);

return (
<CSSTransition
Expand Down

0 comments on commit a07937f

Please sign in to comment.