diff --git a/centrifuge-app/src/pages/Onboarding/TaxInfo.tsx b/centrifuge-app/src/pages/Onboarding/TaxInfo.tsx index 9e7ba59a38..70750ad88b 100644 --- a/centrifuge-app/src/pages/Onboarding/TaxInfo.tsx +++ b/centrifuge-app/src/pages/Onboarding/TaxInfo.tsx @@ -15,7 +15,7 @@ type TaxInfoProps = { export const TaxInfo = ({ value, setValue, touched, error }: TaxInfoProps) => { const { onboardingUser, pool } = useOnboarding>() const { data: taxInfoData } = useTaxInfo() - const [uploadNewFile, setUploadNewFile] = React.useState(false) + const [uploadNewFile, setUploadNewFile] = React.useState(true) React.useEffect(() => { if (!uploadNewFile && taxInfoData) {