capitalize

This commit is contained in:
Pranav
2024-02-13 18:36:50 -08:00
parent 6e57e76358
commit b90737ee5d
@@ -79,7 +79,7 @@ export default {
renderBodyCell: ({ row }) => (
<div class="row-user-block">
<div class="user-block">
<h6 class="title overflow-hidden whitespace-nowrap text-ellipsis text-sm">
<h6 class="title overflow-hidden whitespace-nowrap text-ellipsis text-sm capitalize">
{row.name}
</h6>
</div>