mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-11-12 01:11:36 +08:00
fix(lint): Missing const breaking build
This commit is contained in:
parent
26fe05153c
commit
2688881ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import ComposeButton from './compose-button';
|
||||||
import ComposerView from './composer-view';
|
import ComposerView from './composer-view';
|
||||||
|
|
||||||
import InflateDraftClientId from './decorators/inflate-draft-client-id';
|
import InflateDraftClientId from './decorators/inflate-draft-client-id';
|
||||||
ComposerViewForDraftClientId = InflateDraftClientId(ComposerView);
|
const ComposerViewForDraftClientId = InflateDraftClientId(ComposerView);
|
||||||
|
|
||||||
class ComposerWithWindowProps extends React.Component {
|
class ComposerWithWindowProps extends React.Component {
|
||||||
static displayName = 'ComposerWithWindowProps';
|
static displayName = 'ComposerWithWindowProps';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue