Fixing eslint error
This commit is contained in:
parent
0329406a9c
commit
94a1a16f5f
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ class CardDetail extends React.Component<Props, State> {
|
|||
}
|
||||
|
||||
render() {
|
||||
const {boardTree, cardTree} = this.props
|
||||
const {board} = boardTree
|
||||
const {cardTree} = this.props
|
||||
if (!cardTree) {
|
||||
return null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue