Skip to content

Commit 2fc8011

Browse files
authored
Remove label for fraud reason input
Removed label for the fraud reason textarea.
1 parent 9621941 commit 2fc8011

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apps/web/ui/modals/reject-partner-application-modal.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,6 @@ export function RejectPartnerApplicationModal({
290290
inert={!flagForFraud}
291291
>
292292
<div className="mt-1 p-px">
293-
<label
294-
htmlFor={fraudReasonFieldId}
295-
className="mt-1.5 block text-sm font-medium text-neutral-900"
296-
>
297-
Reason for fraud report
298-
</label>
299293
<textarea
300294
id={fraudReasonFieldId}
301295
aria-describedby={fraudReasonCounterId}

0 commit comments

Comments
 (0)