Fix linter errors in LayoutDataProvider and AllSearchSpacesSheet

This commit is contained in:
CREDO23 2026-01-12 16:47:15 +02:00
parent b6ddc233db
commit 4a2f62be1f
2 changed files with 6 additions and 11 deletions

View file

@ -217,7 +217,7 @@ export function AllSearchSpacesSheet({
<AlertDialogHeader>
<AlertDialogTitle>{t("delete_title")}</AlertDialogTitle>
<AlertDialogDescription>
{t("delete_confirm", { name: spaceToDelete?.name })}
{t("delete_confirm", { name: spaceToDelete?.name ?? "" })}
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>