Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFonsecaDEV committed Apr 21, 2021
1 parent 79d838b commit 9bbf2ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/src/components/BannerButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const BannerButtons = () => {
className={`${classes.buttonsContainer} ${
user?.isRegistered ? classes.userSignedInClass : classes.userNotSignedClass
}`}
// style={user?.isRegistered ? { width: '155px' } : { width: '250px' }}
>
{user && !user?.isRegistered && (
<PopUp
Expand Down

0 comments on commit 9bbf2ac

Please sign in to comment.