Skip to content

Commit

Permalink
feat: [#177386218] Remove transaction dynamic header on wallet screen #…
Browse files Browse the repository at this point in the history
…2966

Co-authored-by: Matteo Boschi <[email protected]>
  • Loading branch information
Nicola Cannata and Undermaken authored Apr 8, 2021
1 parent 2769d72 commit f6454af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/screens/wallet/WalletHomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ class WalletHomeScreen extends React.PureComponent<Props, State> {
appLogo={true}
hideHeader={true}
topContentHeight={this.getHeaderHeight()}
hasDynamicSubHeader={true}
hasDynamicSubHeader={false}
topContent={headerContent}
footerContent={footerContent}
contextualHelpMarkdown={contextualHelpMarkdown}
Expand Down

0 comments on commit f6454af

Please sign in to comment.