Refatorando Van para Vehicle

This commit is contained in:
Matheus Albino Brunhara
2022-09-03 21:20:51 -03:00
parent bbbfbcd48b
commit 56c47e9116
11 changed files with 75 additions and 75 deletions

View File

@@ -148,7 +148,7 @@ const Perfil: React.FC<ScanNewProps> = (props) => {
return;
}
// check if user is driver (if they have vans)
// check if user is driver (if they have vehicles)
const userIsDriverRes = await usersService.checkIfUserIsDriver(userId);
// if (userIsDriverRes.error) {