Skip to content

Commit

Permalink
reverted accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Dec 10, 2024
1 parent f8a01c7 commit 0e3f4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cards/apiCardWithModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import Popup from 'reactjs-popup'

export const ApiCardWithModal = (props) => {
const {buttonLabel, submitButtonLabel, clickFunction, halfOpacity, children} = props
const {buttonLabel, clickFunction, halfOpacity, children} = props

const handleActionAndClose = (closeFunc) => {
console.log(`[dApp][ApiCardWithModal][${buttonLabel}] is called`)
Expand Down Expand Up @@ -54,7 +54,7 @@ export const ApiCardWithModal = (props) => {
handleActionAndClose(close)
}}
>
{submitButtonLabel || 'Send'}
Send
</button>
</div>
</div>
Expand Down

0 comments on commit 0e3f4ee

Please sign in to comment.