diff --git a/bun.lockb b/bun.lockb
index 410cc7a1f..ba2aec70c 100644
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/src/pages/workshops/[event_slug].jsx b/src/pages/workshops/[event_slug].jsx
index 59b453f7c..885c40d35 100644
--- a/src/pages/workshops/[event_slug].jsx
+++ b/src/pages/workshops/[event_slug].jsx
@@ -976,7 +976,7 @@ function Workshop({ eventData, asset }) {
{t('form.joined-description-in-person')}
>
)}
- {(finishedEvent || isFreeForConsumables || existsConsumables) ? (
+ {(isFreeForConsumables || existsConsumables) ? (