diff --git a/frontend/src/components/Player.vue b/frontend/src/components/Player.vue
index c5a7950..183fe9c 100644
--- a/frontend/src/components/Player.vue
+++ b/frontend/src/components/Player.vue
@@ -27,6 +27,7 @@
+
@@ -96,6 +97,9 @@ export default {
},
},
computed:{
+ hasToPickResponse() {
+ return !this.is_my_turn && this.pending_action == 0
+ },
instruction() {
if (this.pending_action == null)
return ''