fix: remove garbage syntax error at end of ShowsPage
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s

This commit is contained in:
fullsizemalt 2025-12-31 09:21:13 -08:00
parent 379e0eff85
commit f1bb59afb0

View file

@ -87,18 +87,4 @@ export default async function ShowsPage({ params }: Props) {
)}
</div>
)
}
</div >
</div >
<div className="text-right">
<div className="font-mono">{new Date(show.date).toLocaleDateString()}</div>
<div className="text-sm text-muted-foreground">{show.tour?.name}</div>
</div>
</div >
</a >
))}
</div >
)}
</div >
)
}