glitch: fix webpack build failure in columns_area.js (#1212)

Fixes #1212 by copying what works in the mainline flavor.
th-downstream
Rey Tucker 5 years ago committed by ThibG
parent 152f0ecfb4
commit aa6ef7acd0

@ -51,8 +51,8 @@ const messages = defineMessages({
publish: { id: 'compose_form.publish', defaultMessage: 'Toot' }, publish: { id: 'compose_form.publish', defaultMessage: 'Toot' },
}); });
@component => injectIntl(component, { withRef: true }) export default @(component => injectIntl(component, { withRef: true }))
export default class ColumnsArea extends ImmutablePureComponent { class ColumnsArea extends ImmutablePureComponent {
static contextTypes = { static contextTypes = {
router: PropTypes.object.isRequired, router: PropTypes.object.isRequired,

Loading…
Cancel
Save