mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-15 09:14:11 +02:00
Fix lint errors
This commit is contained in:
parent
283e4d8290
commit
87a914b197
@ -58,7 +58,7 @@ class CardDetail extends React.Component<Props, State> {
|
||||
}
|
||||
|
||||
render() {
|
||||
const {boardTree, cardTree, intl} = this.props
|
||||
const {boardTree, cardTree} = this.props
|
||||
const {board} = boardTree
|
||||
if (!cardTree) {
|
||||
return null
|
||||
|
@ -4,7 +4,6 @@
|
||||
import {IntlShape} from 'react-intl'
|
||||
|
||||
import {BlockTypes} from '../../blocks/block'
|
||||
import {Card} from '../../blocks/card'
|
||||
import {IContentBlock, MutableContentBlock} from '../../blocks/contentBlock'
|
||||
import {Utils} from '../../utils'
|
||||
|
||||
@ -44,3 +43,4 @@ const contentRegistry = new ContentRegistry()
|
||||
|
||||
export type {ContentHandler}
|
||||
export {contentRegistry}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
import React from 'react'
|
||||
import {injectIntl, IntlShape} from 'react-intl'
|
||||
|
||||
import {IContentBlock, MutableContentBlock} from '../../blocks/contentBlock'
|
||||
import {IContentBlock} from '../../blocks/contentBlock'
|
||||
import {MutableTextBlock} from '../../blocks/textBlock'
|
||||
import mutator from '../../mutator'
|
||||
import TextIcon from '../../widgets/icons/text'
|
||||
|
Loading…
Reference in New Issue
Block a user