Skip to content

Commit

Permalink
Correction for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 30, 2023
1 parent 12f8bc6 commit 98d5fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export default function Dashboard() {
})
}, [])

return <MUIDataTable title={'Users List'} data={data} columns={columns} />
return <MUIDataTable title={'User List'} data={data} columns={columns} />
}

0 comments on commit 98d5fb7

Please sign in to comment.