Skip to content

Commit

Permalink
Merge pull request #4704 from Giveth/4698_ui_fix_stellar
Browse files Browse the repository at this point in the history
fix: givback toast display
  • Loading branch information
Meriem-BM authored Sep 9, 2024
2 parents 6832fc9 + 54346d0 commit a9faa88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export const QRDonationCard: FC<QRDonationCardProps> = ({
})}
/>
)}
{!isSignedIn && stellarToken?.isGivbackEligible && (
{!showQRCode && !isSignedIn && stellarToken?.isGivbackEligible && (
<InlineToast
noIcon
type={EToastType.Hint}
Expand Down

0 comments on commit a9faa88

Please sign in to comment.