Skip to content

Commit

Permalink
get rid of + to create a new res
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jun 1, 2024
1 parent 33d2fd3 commit f1aae4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/routes/ReservationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,6 @@ export const ReservationList = ({
</a>
</div>
</nav>
{user ? (
<Link
to={`/reservations/new?day=${date.toISOString().slice(0, 10)}`}
className="text-blue-500"
>
+
</Link>
) : null}
<main className="main">
<TimeSlots
reservations={existingReservations.filter((r) => r.court === "pb")}
Expand Down

0 comments on commit f1aae4d

Please sign in to comment.