Hide disabled reservations button
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -294,11 +294,7 @@ function PublicWishlistContent() {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{!canClaim ? (
|
||||
<div className="bg-gray-100 dark:bg-gray-700 rounded p-3 text-center text-sm text-gray-500 dark:text-gray-400">
|
||||
Reservas desativadas
|
||||
</div>
|
||||
) : sold ? (
|
||||
{!canClaim ? null : sold ? (
|
||||
<div className="bg-gray-100 dark:bg-gray-700 rounded p-3 text-center text-sm text-gray-700 dark:text-gray-300">
|
||||
Esgotado
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user