diff --git a/src/components/tx-flow/flows/SuccessScreen/index.tsx b/src/components/tx-flow/flows/SuccessScreen/index.tsx index 48eb071a18..4efb724d38 100644 --- a/src/components/tx-flow/flows/SuccessScreen/index.tsx +++ b/src/components/tx-flow/flows/SuccessScreen/index.tsx @@ -30,7 +30,7 @@ export const SuccessScreen = ({ txId }: { txId: string }) => { }, [txHash]) useEffect(() => { - if (typeof window !== 'undefined') { + if (typeof window !== 'undefined' && !window.Beamer?.npsShown) { window.Beamer?.forceShowNPS() } }, [])