diff --git a/src/App.vue b/src/App.vue
index 8ddffba..ad45c7c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -7,65 +7,4 @@ import { RouterView } from 'vue-router'
diff --git a/src/components/AdminWindow.vue b/src/components/AdminWindow.vue
index 61704dd..f606393 100644
--- a/src/components/AdminWindow.vue
+++ b/src/components/AdminWindow.vue
@@ -31,7 +31,6 @@ async function stopGame() {
async function getGame() {
game.value = await apiGetGame()
-
if (game.value.state === "NEW") {
gameState.value = "Игра ещё не началась"
}
@@ -119,11 +118,6 @@ onMounted(async () => {