Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartlage3 committed Oct 11, 2023
1 parent 530093d commit bc91452
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import Image from "next/image";

function Row({ row, currentSemester, onClick }: RowProps) {
const { id, firstName, lastName, email, phoneNumber, image, emailVerified } = row;
//console.log(row.tenures);
console.log(row);
const { department, role, project, status, notes } = !!row.tenures[currentSemester] && row.tenures[currentSemester];
const { url } = useContext(DashboardContext);

Expand Down

0 comments on commit bc91452

Please sign in to comment.