diff --git a/src/components/NavItems/tools/SyntheticImageDetection/index.jsx b/src/components/NavItems/tools/SyntheticImageDetection/index.jsx
index dc93ff53..13fc9621 100644
--- a/src/components/NavItems/tools/SyntheticImageDetection/index.jsx
+++ b/src/components/NavItems/tools/SyntheticImageDetection/index.jsx
@@ -414,23 +414,21 @@ const SyntheticImageDetection = () => {
/>
- {(role.includes(ROLES.EXTRA_FEATURE) ||
- role.includes(ROLES.EVALUATION)) &&
- imageFile && (
-
-
- }
- label="Auto-Resize"
- />
-
- )}
+ {role.includes(ROLES.BETA_TESTER) && imageFile && (
+
+
+ }
+ label="Auto-Resize"
+ />
+
+ )}
{isLoading && (