undo unnecessary changes
This commit is contained in:
parent
220cee0cbb
commit
c21f76f86e
2 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
|||
"editorjs-undo": "^0.1.4",
|
||||
"faker": "^5.1.0",
|
||||
"fast-array-diff": "^0.2.0",
|
||||
"fsevents": "^1.2.9",
|
||||
"fuzzaldrin": "^2.1.0",
|
||||
"graphql": "^14.4.2",
|
||||
"graphql-tag": "^2.11.0",
|
||||
|
|
|
@ -182,7 +182,7 @@ const CollectionList: React.FC<CollectionListProps> = props => {
|
|||
)}
|
||||
</TableCell>
|
||||
<TableCell
|
||||
className={classes.colPublished}
|
||||
className={classes.colAvailability}
|
||||
data-test="availability"
|
||||
data-test-availability={!!collection?.channelListings?.length}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue