Skip to content

Commit

Permalink
fix: format prettier (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Jul 8, 2024
1 parent 50d7a8c commit 4e8d4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/contact/ContactForm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from "react"
import parse from 'html-react-parser';
import parse from "html-react-parser"
import {
RequestContact,
STORAGE_SOURCE,
Expand Down Expand Up @@ -235,7 +235,7 @@ export const ContactForm = ({
</Modal.Header>

<Modal.Body>
<div>{parse(activationContact?.whatsapp_redirect_message ?? '')}</div>
<div>{parse(activationContact?.whatsapp_redirect_message ?? "")}</div>
</Modal.Body>

<Modal.Footer
Expand Down

0 comments on commit 4e8d4b1

Please # to comment.