remove obsolete check

This commit is contained in:
Hanusiak Piotr 2022-03-03 15:21:44 +01:00
parent ba612c49ed
commit 3c74b2b554

View File

@ -103,7 +103,7 @@
<div <div
class="btn-lock" class="btn-lock"
class:hide={$peerStore.size === 0 || $currentPlayerGroupLockStateStore === undefined || isSilent} class:hide={$peerStore.size === 0 || isSilent}
class:disabled={$currentPlayerGroupLockStateStore} class:disabled={$currentPlayerGroupLockStateStore}
on:click={lockClick} on:click={lockClick}
> >