+
{!editExisting && (
<>
@@ -457,7 +455,9 @@ function PostEditor({
onBlur={handleBlur}
className="mr-4.5"
>
- {intl.formatMessage(messages.followPost)}
+
+ {intl.formatMessage(messages.followPost)}
+
{allowAnonymousToPeers && (
@@ -468,7 +468,9 @@ function PostEditor({
onChange={handleChange}
onBlur={handleBlur}
>
- {intl.formatMessage(messages.anonymousToPeersPost)}
+
+ {intl.formatMessage(messages.anonymousToPeersPost)}
+
)}
@@ -476,7 +478,7 @@ function PostEditor({
)}
-