Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Mar 16, 2024
1 parent 77439b3 commit f60215e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/page/root/wallet_selector_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ func (pg *WalletSelectorPage) layoutDesktop(gtx C) D {

func (pg *WalletSelectorPage) layoutMobile(gtx C) D {
return components.HorizontalInset(values.MarginPadding10).Layout(gtx, pg.pageContentLayout)
// return components.UniformMobile(gtx, false, false, pg.pageContentLayout)
}

func (pg *WalletSelectorPage) pageContentLayout(gtx C) D {
Expand Down

0 comments on commit f60215e

Please sign in to comment.