chore: ran backend and frontend linting

This commit is contained in:
Anish Sarkar 2026-01-22 16:07:06 +05:30
parent 3d4a8f981c
commit be7ba76417
11 changed files with 119 additions and 127 deletions

View file

@ -711,12 +711,9 @@ function MembersTab({
</SelectContent>
</Select>
) : (
<Badge
variant="secondary"
className="text-[10px] md:text-xs py-0 md:py-0.5"
>
{member.role?.name || "No role"}
</Badge>
<Badge variant="secondary" className="text-[10px] md:text-xs py-0 md:py-0.5">
{member.role?.name || "No role"}
</Badge>
)}
</TableCell>
<TableCell className="hidden md:table-cell">