Skip to content

Commit

Permalink
Remove testing chat
Browse files Browse the repository at this point in the history
  • Loading branch information
jahongiry committed Mar 3, 2024
1 parent 7cc65bd commit f70816e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/pages/cards/prePayment/prePayment.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ const PrePayment = ({ closePrePayment, game }) => {
</h4>
<br />
<br />
<Link to='/chat' onClick={buyOfferForChatTest}>
{/* <Link to='/chats' onClick={buyOfferForChatTest}>
<h5>testing chat</h5>
</Link>
</Link> */}

<br />
<br />
Expand All @@ -75,9 +75,6 @@ const PrePayment = ({ closePrePayment, game }) => {
<input type='hidden' name='callback_timeout' value={2000} />
<button type='submit' className='modal-pay-logo'>
<img src={payme_logo} alt='payment logo' />
<span>
Pay with <b>Payme</b>
</span>
</button>
</form>
</div>
Expand Down

0 comments on commit f70816e

Please sign in to comment.