aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send/send-header/send-header.component.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/pages/send/send-header/send-header.component.js')
-rw-r--r--ui/app/pages/send/send-header/send-header.component.js1
1 files changed, 0 insertions, 1 deletions
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)}
/>
)