diff --git a/client/src/components/shop-info/shop-info.notifications-autoadd.component.jsx b/client/src/components/shop-info/shop-info.notifications-autoadd.component.jsx index cdf120912..45a8ef838 100644 --- a/client/src/components/shop-info/shop-info.notifications-autoadd.component.jsx +++ b/client/src/components/shop-info/shop-info.notifications-autoadd.component.jsx @@ -16,6 +16,7 @@ export default function ShopInfoNotificationsAutoadd({ bodyshop }) { {t("bodyshop.labels.notifications.followers")} {employeeOptions.length > 0 ? ( (value || []).filter((id) => typeof id === "string" && id.trim() !== "")} name="notification_followers" rules={[ { @@ -39,7 +40,6 @@ export default function ShopInfoNotificationsAutoadd({ bodyshop }) { (value || []).filter((id) => typeof id === "string" && id.trim() !== "")} options={employeeOptions} placeholder={t("bodyshop.fields.notifications.placeholder")} showEmail={true}