style(web): fix prettier formatting in AuditLogDrawer #743

Merged
jason.woltje merged 1 commits from fix/audit-drawer-format into main 2026-03-08 01:56:04 +00:00

View File

@@ -265,7 +265,10 @@ export function AuditLogDrawer({ sessionId, trigger }: AuditLogDrawerProps): Rea
</tr> </tr>
) : notice ? ( ) : notice ? (
<tr> <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} {notice}
</td> </td>
</tr> </tr>