From 3519e90ffdec61589359f44556994f42492fffd8 Mon Sep 17 00:00:00 2001 From: Chi Kei Chan <chikeichan@gmail.com> Date: Wed, 17 Apr 2019 20:11:04 -0700 Subject: Make height consistent on all row in send-content (#6480) * Update all send-content row to 54px height * Remove header subtitle * Remove tests that check for send screen subheader --- ui/app/pages/send/send-header/send-header.component.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/app/pages/send/send-header/send-header.component.js') diff --git a/ui/app/pages/send/send-header/send-header.component.js b/ui/app/pages/send/send-header/send-header.component.js index 02bda383e..76e35494a 100644 --- a/ui/app/pages/send/send-header/send-header.component.js +++ b/ui/app/pages/send/send-header/send-header.component.js @@ -25,7 +25,6 @@ export default class SendHeader extends Component { return ( <PageContainerHeader onClose={() => this.onClose()} - subtitle={this.context.t(...this.props.subtitleParams)} title={this.context.t(this.props.titleKey)} /> ) -- cgit