diff --git a/src/core/components/auth/authorization-popup.jsx b/src/core/components/auth/authorization-popup.jsx
index 887a06a5..0746bcb5 100644
--- a/src/core/components/auth/authorization-popup.jsx
+++ b/src/core/components/auth/authorization-popup.jsx
@@ -23,7 +23,7 @@ export default class AuthorizationPopup extends React.Component {
Available authorizations
diff --git a/src/core/components/auth/authorize-btn.jsx b/src/core/components/auth/authorize-btn.jsx
index b7266bce..6106dfd6 100644
--- a/src/core/components/auth/authorize-btn.jsx
+++ b/src/core/components/auth/authorize-btn.jsx
@@ -25,7 +25,7 @@ export default class AuthorizeBtn extends React.Component {
{ showPopup && }
diff --git a/src/core/components/auth/authorize-operation-btn.jsx b/src/core/components/auth/authorize-operation-btn.jsx
index 2753bffe..7c2f2448 100644
--- a/src/core/components/auth/authorize-operation-btn.jsx
+++ b/src/core/components/auth/authorize-operation-btn.jsx
@@ -24,7 +24,7 @@ export default class AuthorizeOperationBtn extends React.Component {
return (
diff --git a/src/core/components/models.jsx b/src/core/components/models.jsx
index 86c3256d..1af412ab 100644
--- a/src/core/components/models.jsx
+++ b/src/core/components/models.jsx
@@ -24,7 +24,7 @@ export default class Models extends Component {
return
layoutActions.show("models", !showModels)}>
Models
-
diff --git a/src/core/components/operations.jsx b/src/core/components/operations.jsx
index e4022754..ef1d4248 100644
--- a/src/core/components/operations.jsx
+++ b/src/core/components/operations.jsx
@@ -109,7 +109,7 @@ export default class Operations extends React.Component {