fix typing

fix an inhereted type
This commit is contained in:
Ulf Gebhardt 2025-02-18 15:00:54 +01:00
parent c5ede819ba
commit c72220457b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -128,7 +128,7 @@ export const TextView = ({
}: {
children: string
tag: Tag
itemId: string
itemId?: string
}) => {
return (
<a