Skip to content

Commit

Permalink
Fix vertical spacing (TOP-1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed May 20, 2024
1 parent 7822683 commit 341ca13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default function BucketSelector({
*/}
</div>
) : (
<div>
<div styleName="bucketSelector">
{getBucket(BUCKETS.ALL_PAST)}
{isAuth ? getBucket(BUCKETS.MY_PAST) : null}
</div>
Expand Down

0 comments on commit 341ca13

Please sign in to comment.