Skip to content

Commit

Permalink
fix(web): download button is not showing (#1262)
Browse files Browse the repository at this point in the history
fix: download button is not showing
  • Loading branch information
nourbalaha authored Oct 16, 2024
1 parent 62d74d5 commit aec7b82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const AssetMolecule: React.FC<Props> = ({
/>
</Card>
)}
<DownloadButton ghost selected={asset ? [asset] : undefined} displayDefaultIcon />
<DownloadButton selected={asset ? [asset] : undefined} displayDefaultIcon />
</BodyWrapper>
<SideBarWrapper>
<SideBarCard title={t("Asset Type")}>
Expand Down

0 comments on commit aec7b82

Please sign in to comment.