Skip to content

Commit

Permalink
fix: wrong cnditio fow showing relayers headers bar
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Oct 30, 2024
1 parent 94a1a9d commit 8f2643b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Dashboard/Header/HeaderRelayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function HeaderRelayer({ currentRelayerId, relayers }: HeaderRela
}

return (
relayers.length > 1 && (
relayers.length > 0 && (
<Dropdown>
<DropdownToggle
className="px-2 mx-1 px-sm-3 mx-sm-0"
Expand Down

0 comments on commit 8f2643b

Please sign in to comment.