From a38c603ec9981fed5ab41e453fe092d819d0db4e Mon Sep 17 00:00:00 2001 From: Mashy Date: Wed, 11 Sep 2019 15:53:51 +1000 Subject: [PATCH] disable during anim --- client/src/components/player.box.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/player.box.jsx b/client/src/components/player.box.jsx index 9f935edd..7ecc2fb1 100644 --- a/client/src/components/player.box.jsx +++ b/client/src/components/player.box.jsx @@ -47,10 +47,10 @@ function Scoreboard(args) {
{player.name}
- {(isPlayer && isGame && !animating) ? : null} + {(isPlayer && isGame) ? : null}
- {(abandon && !animating) ? : null} + {(abandon) ? : null}
);