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}