fix: add missing newlines at the end of JSON files; clean up formatting in page components
This commit is contained in:
@@ -250,7 +250,10 @@ export default async function BookingsPage({
|
||||
'secondary'
|
||||
}
|
||||
>
|
||||
{t(STATUS_LABEL_KEYS[String(booking.status)] ?? String(booking.status))}
|
||||
{t(
|
||||
STATUS_LABEL_KEYS[String(booking.status)] ??
|
||||
String(booking.status),
|
||||
)}
|
||||
</Badge>
|
||||
</td>
|
||||
<td className="p-3 text-right">
|
||||
|
||||
Reference in New Issue
Block a user