Skip to content

Commit

Permalink
Merge pull request #1130 from oraidex/fix/resolve-issue
Browse files Browse the repository at this point in the history
fix crash img
  • Loading branch information
haunv3 authored Jan 14, 2025
2 parents 16bbdd8 + e32390d commit afea546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Toasts/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const ToastTxSuccess: FunctionComponent<{
linkPairAddress?: string;
}> = ({ link, linkCw20Token, cw20Address, linkLpAddress, linkPairAddress }) => (
<div className={styles.toast_content}>
{getIconToastTx(<SuccessIcon />, configTheme?.toast.txSuccessImg)}
{getIconToastTx(<SuccessIcon />, configTheme?.toast?.txSuccessImg)}
<section className={styles.toast_section}>
<h6>Transaction Successful</h6>
{cw20Address && (
Expand Down

0 comments on commit afea546

Please sign in to comment.