diff --git a/app/javascript/flavours/glitch/features/compose/components/quote_indicator.jsx b/app/javascript/flavours/glitch/features/compose/components/quote_indicator.jsx index 4fbe9e9085..75bd96a150 100644 --- a/app/javascript/flavours/glitch/features/compose/components/quote_indicator.jsx +++ b/app/javascript/flavours/glitch/features/compose/components/quote_indicator.jsx @@ -20,7 +20,6 @@ const messages = defineMessages({ }); -export default @injectIntl class QuoteIndicator extends ImmutablePureComponent { static propTypes = { @@ -84,3 +83,5 @@ class QuoteIndicator extends ImmutablePureComponent { } } + +export default injectIntl(QuoteIndicator)