1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-03 21:39:18 +00:00

NORY-59: move stack status requests to protected server actions

This commit is contained in:
Markus Thielker 2025-04-04 16:22:38 +02:00 committed by Markus Thielker
parent cca60935e2
commit b29c19f322
3 changed files with 135 additions and 51 deletions

View file

@ -50,7 +50,7 @@ export function StatusCard({ title, version, name, status, className }: StatusCa
</TooltipTrigger>
<TooltipContent>
{
status.errors.map((error) => <span>{error}</span>)
status.errors.map((error) => <span key={error}>{error}</span>)
}
</TooltipContent>
</Tooltip>