member update msisdn agent
This commit is contained in:
@ -45,7 +45,8 @@ export default function CustomerWallet({customerid}: any) {
|
||||
<tbody>
|
||||
{customerWallet.map((item:any, index) => (
|
||||
<tr
|
||||
key={item.id}
|
||||
// key={item.id}
|
||||
key={item.id ?? `wallet-${index}`}
|
||||
className={`${
|
||||
index % 2 === 0 ? "bg-gray-50" : "bg-white"
|
||||
} hover:bg-gray-100`}
|
||||
|
||||
Reference in New Issue
Block a user