Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/add-side-panel' into feat/a…
Browse files Browse the repository at this point in the history
…dd-side-panel
  • Loading branch information
shahin-hq committed Jan 17, 2025
2 parents c130986 + 658e829 commit 8cd681d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,7 @@ export const WalletHeader = ({
</div>
</div>

<SidePanel
header="Addresses"
open={showAddressesPanel}
onOpenChange={setShowAddressesPanel}
>
<SidePanel header="Addresses" open={showAddressesPanel} onOpenChange={setShowAddressesPanel}>
this is a body
</SidePanel>
</header>
Expand Down

0 comments on commit 8cd681d

Please sign in to comment.