Skip to content

Commit

Permalink
Changed first name of example
Browse files Browse the repository at this point in the history
  • Loading branch information
namanhboi committed May 6, 2024
1 parent f4ea175 commit db9eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/UserTables/RidesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const RidesTable = ({ rides, hasButtons }: RidesTableProps) => {
// You can add additional filters to filter our drivers to reassign here.
const reassignDriverFilters: ((driver: DriverType) => boolean)[] = [
// (driver: DriverType) => {
// return driver.firstName != 'Bin laden';
// return driver.firstName != 'Naoya';
// },
];

Expand Down

0 comments on commit db9eed2

Please sign in to comment.