Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d030c8e88a |
@@ -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