Skip to content

Commit

Permalink
final deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
NolaDodd committed Jun 6, 2024
1 parent b2d2d05 commit 68d8cb2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 11 deletions.
12 changes: 6 additions & 6 deletions back-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 16 additions & 3 deletions front-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion front-end/src/dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function Dashboard() {
const [reservationsError, setReservationsError] = useState(null);
const [tables, setTables] = useState([])

console.log(reservations, allReservations)
let navigate = useNavigate()
let location = useLocation()

Expand Down
2 changes: 1 addition & 1 deletion front-end/src/layout/AssignTable.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from "react";
import {useNavigate, useParams} from "react-router-dom"
import { updateReservationSeated, loadReservation, listTables, updateTable, listReservations } from "../utils/api";
import { updateReservationSeated, loadReservation, listTables, updateTable,} from "../utils/api";
import ErrorAlert from "../layout/ErrorAlert";

/**
Expand Down

0 comments on commit 68d8cb2

Please sign in to comment.