Fixing eslint error

This commit is contained in:
Jesús Espino 2021-03-29 15:01:37 +02:00
parent 0329406a9c
commit 94a1a16f5f

View File

@ -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
}