diff --git a/src/components/Toasts/Toast.tsx b/src/components/Toasts/Toast.tsx index eea2381c9..355f2479b 100644 --- a/src/components/Toasts/Toast.tsx +++ b/src/components/Toasts/Toast.tsx @@ -254,7 +254,7 @@ const ToastTxSuccess: FunctionComponent<{ linkPairAddress?: string; }> = ({ link, linkCw20Token, cw20Address, linkLpAddress, linkPairAddress }) => (
- {getIconToastTx(, configTheme?.toast.txSuccessImg)} + {getIconToastTx(, configTheme?.toast?.txSuccessImg)}
Transaction Successful
{cw20Address && (