Fixed improper dropdown func binding for #293 + toot button spacing

This commit is contained in:
kibigo!
2018-01-05 21:02:53 -08:00
parent ad10a80a99
commit 6932b464e6
2 changed files with 2 additions and 1 deletions

View File

@ -85,6 +85,7 @@ export default function ComposerPublisher ({
unlisted: 'unlock-alt',
}[privacy]}
/>
{' '}
<FormattedMessage {...messages.publish} />
</span>
);