mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
Fix close modal
This commit is contained in:
@@ -31,7 +31,7 @@ export default class Moderation extends Component {
|
||||
}
|
||||
|
||||
onClose = () => {
|
||||
this.toggleModal(false);
|
||||
this.props.toggleModal(false);
|
||||
}
|
||||
|
||||
closeSearch = () => {
|
||||
|
||||
Reference in New Issue
Block a user