Skip to content

Commit

Permalink
Fix/UI bug (#2237)
Browse files Browse the repository at this point in the history
* fix: ui bug

* fix: ui bug

---------

Co-authored-by: KishenKumarrrrr <[email protected]>
  • Loading branch information
KishenKumarrrrr and KishenKumarrrrr authored Nov 23, 2023
1 parent 66f2a56 commit dd3522a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const EmailRecipients = ({
return (
<>
<StepSection>
<StepHeader title="Upload CSV File" subtitle="Step 2">
<StepHeader title="Upload CSV File" subtitle={protect ? '' : 'Step 2'}>
<p>
Only CSV format files are allowed. If you have an Excel file, please
convert it by going to File &gt; Save As &gt; CSV (Comma delimited).
Expand Down

0 comments on commit dd3522a

Please sign in to comment.