This commit is contained in:
@@ -43,7 +43,7 @@ const currentTeam = computed(() =>
|
||||
|
||||
const isPlayerTurn = computed(() =>
|
||||
currentTeam.value?.players.some(
|
||||
(p) => p.user.userId == authStore.selfUser.userId
|
||||
(p) => p._id == selfPlayer.value?._id
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user