Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typo
Browse files Browse the repository at this point in the history
zhaoyongjie committed Nov 1, 2021
1 parent 6f720e7 commit 49f84f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@ export const useTableColumns = (
key =>
({
accessor: row => row[key],
// When the key is empty, have to give a string of length greater than 1
// When the key is empty, have to give a string of length greater than 0
Header: key || ' ',
Cell: ({ value }) => {
if (value === true) {

0 comments on commit 49f84f4

Please sign in to comment.