Skip to content

Commit

Permalink
chore: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisowski committed Mar 24, 2024
1 parent 2fa9125 commit c1cc4fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/components/dashboard/dashnav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,5 @@ export default function Dashnav() {
</div>
))}
</nav>
) : (
<div></div>
);
) : null;
}

0 comments on commit c1cc4fd

Please sign in to comment.