{profile.name}
{eventType.title}
{Object.values(AppStoreLocationType).includes(
eventType.locations[0].type as unknown as AppStoreLocationType
) ? (
{eventType.locations.map((el, i, arr) => { return ( {locationKeyToString(el, t)}{" "} {arr.length - 1 !== i && ( {t("or_lowercase")} )} ); })}
{getRecurringFreq({ t, recurringEvent: eventType.recurringEvent })}
{ setRecurringEventCount(parseInt(event?.target.value)); }} />{t("occurrence", { count: recurringEventCount, })}
{t("former_time")}
{profile.name}
{eventType.title}
{Object.values(AppStoreLocationType).includes(
eventType.locations[0].type as unknown as AppStoreLocationType
) ? (
{eventType.locations.map((el, i, arr) => { return ( {locationKeyToString(el, t)}{" "} {arr.length - 1 !== i && ( {t("or_lowercase")} )} ); })}
{getRecurringFreq({ t, recurringEvent: eventType.recurringEvent })}
{ setRecurringEventCount(parseInt(event?.target.value)); }} />{t("occurrence", { count: recurringEventCount, })}
{t("former_time")}