diff --git a/src/components/tx-flow/flows/SuccessScreen/index.tsx b/src/components/tx-flow/flows/SuccessScreen/index.tsx index 22532fc5c3..ed519195c2 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' && !window.Beamer?.shouldShowNPS()) { + if (typeof window !== 'undefined' && window.Beamer?.shouldShowNPS()) { window.Beamer?.forceShowNPS() } }, [])