chore: fixing some linter issue

This commit is contained in:
Levente Orban
2025-08-27 11:53:56 +02:00
parent 91209d9efc
commit 079ca76272
3 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
alert('Failed to delete event. You may not have permission to delete this event.');
}
} catch (err) {
alert('An error occurred while deleting the event');
alert(`An error occurred while deleting the event: ${err}`);
}
}
@@ -88,7 +88,7 @@
</div>
<div class="grid gap-6 md:grid-cols-2 lg:grid-cols-3">
{#each userEvents as event}
{#each userEvents as event, i (i)}
<div class="rounded-sm border border-slate-200 p-6 shadow-sm">
<div class="mb-4">
<div class="mb-3 flex items-center justify-between">