From 3b8b49ceeaec4a4d29e8635ed14bea51f92db755 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 18 Feb 2020 19:06:57 +0100 Subject: [PATCH] Fix indentation --- client/src/components/BaseGame.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 2015cc7e..2f49169a 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -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()") < -- 2.44.0