@ -8,7 +8,6 @@ import LinkFooter from './link_footer';
|
||||
import ServerBanner from 'flavours/glitch/components/server_banner';
|
||||
import { mountCompose, unmountCompose } from 'flavours/glitch/actions/compose';
|
||||
|
||||
export default @connect()
|
||||
class ComposePanel extends React.PureComponent {
|
||||
|
||||
static contextTypes = {
|
||||
@ -56,3 +55,5 @@ class ComposePanel extends React.PureComponent {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default connect()(ComposePanel);
|
||||
|
Reference in New Issue
Block a user