Skip to content

Commit

Permalink
add close button to moderation log reveal, closes #3723
Browse files Browse the repository at this point in the history
  • Loading branch information
gl2748 committed Feb 21, 2020
1 parent 0690a1b commit 09d6224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/modules/Dialogs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class Dialogs extends React.Component {
) : k === 'communityModerationLog' ? (
<span key={`dialog-${k}`}>
<Reveal onHide={this['hide_' + k]} show>
<CloseButton onClick={this['hide_' + k]} />
<NotificationsList
username={v.getIn([
'params',
Expand Down

0 comments on commit 09d6224

Please sign in to comment.