fix comment

This commit is contained in:
Samuel Newman
2026-06-05 16:37:03 +03:00
parent 9b1c5eb428
commit 4c652cf4e2
+1 -1
View File
@@ -32,7 +32,7 @@ export type ChatInviteContextValue = {
* preview to act on.
*/
action: ChatInviteAction | undefined
/** Whether or not to allow font scaling on text elements. */
/** Whether the invite is rendered inside a fixed-height container; when true, text inside disables font scaling so the card doesn't overflow. */
hasFixedHeight: boolean
}