Hide disabled reservations button
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
Adriano Belisario
2026-05-03 23:00:43 +00:00
parent a0349aa9c4
commit eebb183d36

View File

@@ -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>