dangling comma removed from StartOverPage

This commit is contained in:
VakarisZ 2020-01-08 09:19:29 +02:00
parent b130dd35ec
commit 91c05ae0f4
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class StartOverPageComponent extends AuthComponent {
closeModal = () => {
this.setState({
showCleanDialog: false,
showCleanDialog: false
})
};
}