Skip to content

Commit

Permalink
fix/contact us chat popup (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Jul 13, 2023
1 parent acebf93 commit 1a636cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/web/components/modals/Payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,8 @@ const PaymentModal = class extends Component {
{!viewOnly ? (
<a
onClick={() => {
if (window.zE) {
closeModal()
Utils.openChat()
}
closeModal()
Utils.openChat()
}}
href='#'
className='pricing-cta blue'
Expand Down

3 comments on commit 1a636cb

@vercel
Copy link

@vercel vercel bot commented on 1a636cb Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-flagsmith.vercel.app
docs-git-main-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on 1a636cb Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1a636cb Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.