Skip to content
Snippets Groups Projects
Commit 68e65a98 authored by Marjolaine Bodin's avatar Marjolaine Bodin
Browse files

Merge branch '814-bug_download_label' into 'main'

Resolve "Download label disabled when no items"

Closes #814

See merge request !706
parents 519be611 4a20f13f
No related branches found
No related tags found
1 merge request!706Resolve "Download label disabled when no items"
Pipeline #224210 waiting for manual action
......@@ -174,7 +174,7 @@ export function ParcelInfo({
</Col>
</>
)}
{status.sendable && (
{status.sendable && parcel.content.length > 0 && (
<Col xs={'auto'}>
<ParcelLabelButton parcel={parcel} />
</Col>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment