Fix indentation
[vchess.git] / client / src / components / BaseGame.vue
index 2015cc7..2f49169 100644 (file)
@@ -40,7 +40,7 @@ div#baseGame(
         :incheck="incheck"
         @play-move="play"
       )
-        #turnIndicator(v-if="game.vname=='Dark' && game.score=='*'") {{ turn }}
+      #turnIndicator(v-if="game.vname=='Dark' && game.score=='*'") {{ turn }}
       #controls
         button(@click="gotoBegin()") <<
         button(@click="undo()") <