diff --git a/src/components/Request/Create/Views/Success.view.tsx b/src/components/Request/Create/Views/Success.view.tsx index a6098333..f3674db4 100644 --- a/src/components/Request/Create/Views/Success.view.tsx +++ b/src/components/Request/Create/Views/Success.view.tsx @@ -3,33 +3,15 @@ import * as _consts from '../Create.consts' import CopyField from '@/components/Global/CopyField' import Link from 'next/link' import Icon from '@/components/Global/Icon' -import * as context from '@/context' -import * as consts from '@/constants' -import * as utils from '@/utils' -import { useContext } from 'react' -export const SuccessView = ({ onNext, onPrev, tokenValue, recipientAddress, link }: _consts.ICreateScreenProps) => { - const { selectedTokenPrice, inputDenomination, selectedChainID, selectedTokenAddress } = useContext( - context.tokenSelectorContext - ) +export const SuccessView = ({ link }: _consts.ICreateScreenProps) => { return (
- - +