From 8959bbdee7218dfa00e3adcec3c1585d8a1f052f Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Wed, 17 Jul 2019 14:14:04 +0200 Subject: [PATCH] Always show chart button in history --- app/src/components/Sidebar/HistoryDrawer.tsx | 22 +++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/app/src/components/Sidebar/HistoryDrawer.tsx b/app/src/components/Sidebar/HistoryDrawer.tsx index e296cb5..e036c02 100644 --- a/app/src/components/Sidebar/HistoryDrawer.tsx +++ b/app/src/components/Sidebar/HistoryDrawer.tsx @@ -77,16 +77,18 @@ class HistoryDrawer extends React.Component { return (
- - - {this.state.collapsed ? '▶ History' : '▼ History'} - -
{this.state.collapsed ? this.props.contentTypeIndicator : null}
+ + + + {this.state.collapsed ? '▶ History' : '▼ History'} + + + {this.props.contentTypeIndicator}