Skip to content

Commit

Permalink
bugfix(app-release-process): removed unused code in app page
Browse files Browse the repository at this point in the history
  • Loading branch information
lavanya-bmw committed Jul 14, 2023
1 parent f13cbee commit 8e554b6
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/components/shared/basic/ReleaseProcess/AppPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -587,30 +587,6 @@ export default function AppPage() {
}}
errorText={t('content.apprelease.appReleaseForm.fileSizeError')}
/>
{item === 'uploadDataPrerequisits' &&
errors?.uploadDataPrerequisits?.type === ErrorType.REQUIRED && (
<Typography variant="body2" className="file-error-msg">
{t(
'content.apprelease.appReleaseForm.fileUploadIsMandatory'
)}
</Typography>
)}
{item === 'uploadTechnicalGuide' &&
errors?.uploadTechnicalGuide?.type === ErrorType.REQUIRED && (
<Typography variant="body2" className="file-error-msg">
{t(
'content.apprelease.appReleaseForm.fileUploadIsMandatory'
)}
</Typography>
)}
{item === 'uploadAppContract' &&
errors?.uploadAppContract?.type === ErrorType.REQUIRED && (
<Typography variant="body2" className="file-error-msg">
{t(
'content.apprelease.appReleaseForm.fileUploadIsMandatory'
)}
</Typography>
)}
</div>
</div>
))}
Expand Down

0 comments on commit 8e554b6

Please sign in to comment.