mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix all the formatting
This commit is contained in:
@@ -9,9 +9,13 @@ export const getServerSideProps = getServerSideRecentBookings
|
||||
|
||||
function AdminRecentBookings({ bookings }) {
|
||||
if (!bookings || !bookings.length) {
|
||||
return <Layout>
|
||||
<h3 className="text-lg leading-6 font-medium text-gray-900">No recent bookings 😿</h3>
|
||||
</Layout>
|
||||
return (
|
||||
<Layout>
|
||||
<h3 className="text-lg leading-6 font-medium text-gray-900">
|
||||
No recent bookings 😿
|
||||
</h3>
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user