fix txt
This commit is contained in:
@@ -58,13 +58,13 @@ export default function HomeCom() {
|
||||
<span className="min-w-[30px] min-h-[30px] max-w-[30px] max-h-[30px] rounded-full flex flex-col justify-center items-center bg-slate-100/90 text-slate-700">
|
||||
<FaUser />
|
||||
</span>
|
||||
<span>{user.accountid}</span>
|
||||
<span>{user.customerid}</span>
|
||||
</div>
|
||||
<div className="contact text-slate-700 flex gap-3 items-center">
|
||||
<span className="min-w-[30px] min-h-[30px] max-w-[30px] max-h-[30px] rounded-full flex flex-col justify-center items-center bg-slate-100/90 text-slate-700">
|
||||
<BsCash />
|
||||
</span>
|
||||
<span>{formatNumber(user.balance)}</span>
|
||||
<span>{formatNumber(user.balance)} Naira</span>
|
||||
</div>
|
||||
<div className="contact text-slate-700 flex gap-3 items-center">
|
||||
<span className="min-w-[30px] min-h-[30px] max-w-[30px] max-h-[30px] rounded-full flex flex-col justify-center items-center bg-slate-100/90 text-slate-700">
|
||||
|
||||
Reference in New Issue
Block a user