From fc166b7beedcfde31c53545bafea8a7ddda1e632 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 4 May 2018 16:56:23 +0900 Subject: oops --- src/client/app/common/views/components/othello.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/client/app/common/views/components/othello.vue b/src/client/app/common/views/components/othello.vue index fafa047255..49ef4d73a8 100644 --- a/src/client/app/common/views/components/othello.vue +++ b/src/client/app/common/views/components/othello.vue @@ -40,8 +40,8 @@

自分の対局

- - + + {{ g.user1.name }} vs {{ g.user2.name }} {{ g.isEnded ? '終了' : '進行中' }} @@ -49,8 +49,8 @@

みんなの対局

- - + + {{ g.user1.name }} vs {{ g.user2.name }} {{ g.isEnded ? '終了' : '進行中' }} -- cgit v1.2.3-freya