Resolve fetch makes
This commit is contained in:
@@ -22,8 +22,10 @@ export function DmsCdkMakesRefetch({ currentUser, bodyshop, form, socket }) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
if (
|
||||
!currentUser.email.includes("@imex.") ||
|
||||
!currentUser.email.includes("@rome.")
|
||||
!(
|
||||
currentUser.email.includes("@imex.") ||
|
||||
currentUser.email.includes("@rome.")
|
||||
)
|
||||
)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user