mirror of
https://github.com/wassname/talk.git
synced 2026-09-17 12:50:55 +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