Skip to content

Commit

Permalink
fix: hides title for Buy screen
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduma-ledger committed May 23, 2024
1 parent 551dad0 commit 3114b6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-donkeys-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Hides title
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default function ExchangeLiveAppNavigator(_props?: Record<string, unknown
name={ScreenName.ExchangeBuy}
options={{
headerStyle: styles.headerNoShadow,
title: "",
}}
>
{props => <ExchangeBuy {...props} />}
Expand Down

0 comments on commit 3114b6a

Please sign in to comment.