From ec3721fbb7778871a6e41135d480b1d5c21923bf Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Mon, 10 Jul 2017 13:19:38 -0700 Subject: [PATCH] Prettier --- ui/src/dashboards/containers/DashboardPage.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index a509105d6..802f983aa 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -82,8 +82,7 @@ class DashboardPage extends Component { handleCloseTemplateManager(isEdited) { if ( - !isEdited || - (isEdited && confirm('Do you want to close without saving?')) // eslint-disable-line no-alert + !isEdited || (isEdited && confirm('Do you want to close without saving?')) // eslint-disable-line no-alert ) { this.setState({isTemplating: false}) }