Index: components/ProductSplitValidator/ProductSplitValidator.component.tsx
===================================================================
diff -u -rb9a8767d4659b3e0ec7467f25b4a53c7598a82fe -r5afd242500e7067eb6ea4189d7aeb00944eb9805
--- components/ProductSplitValidator/ProductSplitValidator.component.tsx (.../ProductSplitValidator.component.tsx) (revision b9a8767d4659b3e0ec7467f25b4a53c7598a82fe)
+++ components/ProductSplitValidator/ProductSplitValidator.component.tsx (.../ProductSplitValidator.component.tsx) (revision 5afd242500e7067eb6ea4189d7aeb00944eb9805)
@@ -64,13 +64,6 @@
type={'error'}
/>
}
- { status === 'active' && data.length === 0 &&
-
- }
{ status === 'active' && excludedAttributes.length > 0 && <>
>
}
+ { status === 'active' && data.length === 0 &&
+
+ }
{ status === 'active' && data.length > 0 &&