style(web): fix prettier formatting in AuditLogDrawer
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
2026-03-07 19:54:08 -06:00
parent 3d91334df7
commit cf490510bf

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>