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