Skip to content

Commit

Permalink
fix: update success message to reflect redirect URL presence
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohlf committed Jan 20, 2025
1 parent e231b15 commit e71b136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Asset/AssetActions/Download/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ export default function Download({
<div className={styles.confettiContainer}>
<SuccessConfetti
success={`You successfully bought this ${
asset?.metadata?.additionalInformation?.saas?.paymentMode ===
'Subscription'
asset?.metadata?.additionalInformation?.saas?.redirectUrl
?.length > 0
? 'service'
: asset.metadata.type
} and are now able to ${
Expand Down

0 comments on commit e71b136

Please sign in to comment.