Browse Source

fix: hide set notification button

master
hole-thu 3 years ago
parent
commit
2f8db7ce9d
  1. 2
      src/Flows.js

2
src/Flows.js

@ -767,7 +767,7 @@ class FlowSidebar extends PureComponent {
</span> </span>
)} )}
{!!this.props.token && !!this.state.attention && ( {!!this.props.token && !!this.state.attention && (
<span> <span style={{ display: 'none' }}>
&nbsp;&nbsp; &nbsp;&nbsp;
<a href="###" onClick={() => this.toggle_notification()}> <a href="###" onClick={() => this.toggle_notification()}>
<span> <span>

Loading…
Cancel
Save