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