diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2018-01-05 21:02:53 -0800 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2018-01-05 21:02:53 -0800 |
commit | 6932b464e6952a9d29787a140a026dce724bfb59 (patch) | |
tree | cdfcaadfa2df398a1cabf8c2858ef8005663371c /app/javascript/flavours/glitch/features | |
parent | ad10a80a9925c247ef14837d3a14ff7e7375f001 (diff) |
Fixed improper dropdown func binding for #293 + toot button spacing
Diffstat (limited to 'app/javascript/flavours/glitch/features')
-rw-r--r-- | app/javascript/flavours/glitch/features/composer/publisher/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/composer/publisher/index.js b/app/javascript/flavours/glitch/features/composer/publisher/index.js index f54fd68b7..5ded26f80 100644 --- a/app/javascript/flavours/glitch/features/composer/publisher/index.js +++ b/app/javascript/flavours/glitch/features/composer/publisher/index.js @@ -85,6 +85,7 @@ export default function ComposerPublisher ({ unlisted: 'unlock-alt', }[privacy]} /> + {' '} <FormattedMessage {...messages.publish} /> </span> ); |