Commit b26180d0 by Arjun Jhukal

updated the minor changes at player table

parent e24faff6
......@@ -149,7 +149,7 @@ export default function PlayerListing() {
accessorKey: 'totalWithdrawn',
header: 'Total Withdrawn',
cell: ({ row }) => (
<span className="text-[12px] font-[500]">{row.original.total_withdrawl || "$0"}</span>
<span className="text-[12px] font-[500]">{row.original.total_withdrawn || "$0"}</span>
)
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment