Make item optional

This commit is contained in:
Maximilian Harz 2025-02-17 17:56:27 +01:00
parent 10e81c38c2
commit 8f624b90fa

View File

@ -25,7 +25,7 @@ export const TextView = ({
truncate = false, truncate = false,
rawText, rawText,
}: { }: {
item: Item item?: Item
itemId: string itemId: string
text?: string text?: string
truncate?: boolean truncate?: boolean