-
- {!canSendForPublication
- ? t('not_matching_order', 'Not matching order')
- : postFor
- ? t('submit_for_order', 'Submit for order')
- : !existingData.integration
- ? selectedIntegrations.length === 0
- ? t(
- 'select_channels_from_circles',
- 'Select channels from the circles above'
- )
- : t('add_to_calendar', 'Add to calendar')
- : // @ts-ignore
- existingData?.posts?.[0]?.state === 'DRAFT'
- ? t('schedule', 'Schedule')
- : t('update', 'Update')}
-
- {!postFor && (
-
-
-
- {t('post_now', 'Post now')}
-
+ {addEditSets && (
+
+ )}
+
+ {!addEditSets && (
+
+ )}
+
+ {!addEditSets && (
+
+ {!postFor && (
+
+
+
+ {t('post_now', 'Post now')}
+
+
+ )}
+
+
+ )}
@@ -915,6 +979,7 @@ Here are the things you can do:
{!!selectedIntegrations.length && (