mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
optimize
This commit is contained in:
@@ -158,10 +158,7 @@ class Notification extends React.Component {
|
||||
</NotificationPopover>
|
||||
}
|
||||
{this.state.isShowNotificationDialog &&
|
||||
<UserNotificationsDialog
|
||||
onNotificationDialogToggle={this.onNotificationDialogToggle}
|
||||
tabItemClick={this.tabItemClick}
|
||||
/>
|
||||
<UserNotificationsDialog onNotificationDialogToggle={this.onNotificationDialogToggle} />
|
||||
}
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user