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>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{!canClaim ? (
|
{!canClaim ? null : sold ? (
|
||||||
<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 ? (
|
|
||||||
<div className="bg-gray-100 dark:bg-gray-700 rounded p-3 text-center text-sm text-gray-700 dark:text-gray-300">
|
<div className="bg-gray-100 dark:bg-gray-700 rounded p-3 text-center text-sm text-gray-700 dark:text-gray-300">
|
||||||
Esgotado
|
Esgotado
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user