This commit is contained in:
Kenneth Jannette
2024-01-29 17:19:34 -06:00
parent b38f53f0ab
commit 636f15ffa6
3 changed files with 3 additions and 1 deletions

View File

@@ -245,6 +245,7 @@ const SignupPage = () => {
paymentDataValues,
customerDataValues
) {
console.log("======>numberOfAccountsToAdd", numberOfAccountsToAdd);
const additionalAccounts = numberOfAccountsToAdd
? numberOfAccountsToAdd
: 0;

View File

@@ -1,4 +1,5 @@
import { CircleFill, Circle } from "react-bootstrap-icons";
import check from "../Assets/Images/check.png";
import "../styles/radio.scss";
const Radio = (props) => {

View File

@@ -11,7 +11,7 @@
flex-direction: column;
align-items: center;
margin-top: 45px;
width: 920px;
width: 960px;
padding: 12px;
border-radius: 10px;
background-color: rgb(240, 247, 250);