Merge pull request 'style(web): fix prettier formatting in AuditLogDrawer' (#743) from fix/audit-drawer-format into main

This commit is contained in:
2026-03-08 01:56:03 +00:00

View File

@@ -265,7 +265,10 @@ export function AuditLogDrawer({ sessionId, trigger }: AuditLogDrawerProps): Rea
</tr>
) : notice ? (
<tr>
<td colSpan={5} className="px-3 py-6 text-center text-sm text-muted-foreground">
<td
colSpan={5}
className="px-3 py-6 text-center text-sm text-muted-foreground"
>
{notice}
</td>
</tr>