fix: remove garbage syntax error at end of ShowsPage
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
379e0eff85
commit
f1bb59afb0
1 changed files with 0 additions and 14 deletions
|
|
@ -87,18 +87,4 @@ export default async function ShowsPage({ params }: Props) {
|
||||||
)}
|
)}
|
||||||
</div>
|
</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 >
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue