Skip to content

Commit

Permalink
fix(web): show some separator in case of not being staked anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Sep 4, 2023
1 parent 4a4e402 commit 36c736b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/pages/Dashboard/Courts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const Courts: React.FC = () => {
<>
<Container>
<h1> My Courts </h1>
{!isUndefined(data) && <hr />}
<CourtsContainer>
{!isUndefined(data) &&
data.user?.tokens?.map(({ court: { id, name } }) => {
Expand Down

0 comments on commit 36c736b

Please sign in to comment.