forked from p34709852/monkey
dangling comma removed from StartOverPage
This commit is contained in:
parent
b130dd35ec
commit
91c05ae0f4
|
@ -88,7 +88,7 @@ class StartOverPageComponent extends AuthComponent {
|
|||
|
||||
closeModal = () => {
|
||||
this.setState({
|
||||
showCleanDialog: false,
|
||||
showCleanDialog: false
|
||||
})
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue