Commit f28e87e2 by Arjun Jhukal

updated the user name in place of name at transaction table

parent 0e1f8ba7
...@@ -77,7 +77,7 @@ export default function TransactionTable({ user_id, game_id, search, setSearch } ...@@ -77,7 +77,7 @@ export default function TransactionTable({ user_id, game_id, search, setSearch }
{first_name} {last_name} {first_name} {last_name}
</strong> </strong>
<small className="text-[10px] text-para-light font-[500]"> <small className="text-[10px] text-para-light font-[500]">
{first_name} {last_name} {row.original.username}
</small> </small>
</div> </div>
</Box> </Box>
......
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