fix: hide set notification button
This commit is contained in:
@@ -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' }}>
|
||||||
|
|
||||||
<a href="###" onClick={() => this.toggle_notification()}>
|
<a href="###" onClick={() => this.toggle_notification()}>
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user