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 c61ae0c9..f31c6c4a 100644
--- a/src/core/components/models.jsx
+++ b/src/core/components/models.jsx
@@ -25,7 +25,7 @@ export default class Models extends Component {
layoutActions.show("models", !showModels)}>
Models
diff --git a/src/core/components/operations.jsx b/src/core/components/operations.jsx
index c9031651..8e1ccded 100644
--- a/src/core/components/operations.jsx
+++ b/src/core/components/operations.jsx
@@ -91,7 +91,7 @@ export default class Operations extends React.Component {