Skip to content

Commit

Permalink
Removed description column as requested by Events
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavilien committed Jan 27, 2024
1 parent 6ff1910 commit 11ea9b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/_types/CheckIn.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export interface CheckIn {
_id: string
name: string
description: string
points: string
checkinCount: string
}
4 changes: 0 additions & 4 deletions src/components/admin/CheckInTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ const CheckInTable = (): ReactElement => {
Header: "Name",
accessor: "name"
},
{
Header: "Description",
accessor: "description"
},
{
Header: () => (
<div
Expand Down

0 comments on commit 11ea9b1

Please sign in to comment.