diff --git a/src/app/component/BrokerManagement.jsx b/src/app/component/BrokerManagement.jsx index b68f4dd..a1a16a9 100644 --- a/src/app/component/BrokerManagement.jsx +++ b/src/app/component/BrokerManagement.jsx @@ -1,614 +1,7 @@ -// "use client"; -// import Image from "next/image"; -// import logo from "../assets/images.png" -// import React, { useState, useEffect } from 'react'; -// const getStatusIcon = (status) => { -// switch (status) { -// case 'active': -// return ●; -// case 'inactive': -// return ●; -// case 'expired': -// return ●; -// default: -// return ●; -// } -// }; -// const ToggleSwitch = ({ checked, onChange }) => ( -// -// ); -// const SlidePanel = ({ isOpen, onClose, title, children, width = "w-96" }) => ( -// <> - -// {isOpen && ( -//
-// )} - -//| Name | -//API ID | -//Broker | -//Date Added | -//Status | -//Balance | -//Action | -//On/Off | -//
|---|---|---|---|---|---|---|---|
| -// {groupKey.split('-')[0].charAt(0).toUpperCase() + groupKey.split('-')[0].slice(1)} - {groupKey.split('-')[1].toUpperCase()} -// | -//|||||||
| {broker.name} | -//{broker.apiId} | -//{broker.broker} | -//{broker.dateAdded} | -//{getStatusIcon(broker.status)} | -//{broker.balance} | -//
-//
-//
-//
-//
-//
-// |
-//
-// |
-//
Date Created: {formData.dateAdded}
-//Date Modified: {formData.dateAdded}
-//