fix(deposit-stepper): remove deposit panel path

This commit is contained in:
RadoslavDimchev 2024-04-01 09:12:24 +03:00 committed by Radoslav Dimchev
parent 3134973bb5
commit 8700c95c24
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const DepositStepper = ({ activeStep }: DepositStepperProps) => {
const windowSize = useWindowSize()
const stepToUrlMap = [
'deposit',
'',
// fix paths
]