th: fix build
parent
ac9104875b
commit
4be96df50b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue