import React, { useState, useEffect, useRef } from 'react'; import { Container, Card, Row, Col, Button, Form } from 'react-bootstrap'; import Nav1 from '../Components/MainNav'; import Nav2 from '../Components/SubNav'; function Payment() { const [ paymentWay, setPaymentWay ] = useState([]) function handleClick() { if (paymentWay.length !== 0) { setPaymentWay([]) } else { const a = (