diff --git a/src/components/post-form/post-form.tsx b/src/components/post-form/post-form.tsx index 7a1d7050..1315eadd 100644 --- a/src/components/post-form/post-form.tsx +++ b/src/components/post-form/post-form.tsx @@ -316,21 +316,6 @@ const PostFormFields = ({ )} - - - - - {((isInPostView && showSpoilerForReply) || (!isInPostView && showSpoilerForPost)) && ( {t('options')} @@ -377,6 +362,21 @@ const PostFormFields = ({ )} + + + + + );