Skip to content

Commit 0b95252

Browse files
committed
chore(ui): Fix linting error
1 parent d77746c commit 0b95252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/table/QTd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default Vue.extend({
1818
}
1919

2020
const name = this.$vnode.key
21-
21+
2222
const col = this.props.colsMap !== void 0 && name
2323
? this.props.colsMap[name]
2424
: this.props.col

0 commit comments

Comments
 (0)