diff options
-rw-r--r-- | app/javascript/flavours/glitch/features/compose/components/publisher.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/compose/components/publisher.js b/app/javascript/flavours/glitch/features/compose/components/publisher.js index f045e619e..bcfb771fc 100644 --- a/app/javascript/flavours/glitch/features/compose/components/publisher.js +++ b/app/javascript/flavours/glitch/features/compose/components/publisher.js @@ -58,7 +58,6 @@ class Publisher extends ImmutablePureComponent { className='clear' onClick={onClearAll} title={intl.formatMessage(messages.clear)} - disabled={disabled || diff < 0} text={ <span> <Icon icon='trash-o' /> |