Skip to content

Commit

Permalink
lint the email list component
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlime committed Jan 19, 2025
1 parent a30dd70 commit be202c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/EmailList/EmailList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,14 @@ export const EmailList: React.FC<IEmailList> = () => {
type="email"
{...form.getInputProps("email")}
/>
<Button loading={isLoading} variant="filled" color="blue" type="submit">Subscribe</Button>
<Button
loading={isLoading}
variant="filled"
color="blue"
type="submit"
>
Subscribe
</Button>
</form>
</div>
</Modal.Body>
Expand Down

0 comments on commit be202c9

Please sign in to comment.