fix time picker for top content on tag page

This commit is contained in:
Akinwale Ariwodola 2019-08-08 22:48:07 +01:00
parent a594c69e60
commit 9d7d2c821f

View file

@ -78,7 +78,7 @@ class TagPage extends React.PureComponent {
};
handleTimeItemSelected = item => {
this.setState({ time: item.name });
this.setState({ currentTimeItem: item, time: item.name, showTimePicker: false });
};
render() {