Skip to content

Commit

Permalink
Update catalog/app/containers/Bucket/Listing.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alexei Mochalov <[email protected]>
  • Loading branch information
fiskus and nl0 authored Jun 26, 2023
1 parent 877f0f3 commit f1d5c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/app/containers/Bucket/Listing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ export function Listing({
},
},
]
if (items.some(({ size }) => !!size)) {
if (items.some(({ size }) => size != null)) {
columnsWithValues.push({
field: 'size',
headerName: 'Size',
Expand Down

0 comments on commit f1d5c89

Please sign in to comment.