diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/Typography.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Typography.tsx b/src/components/Typography.tsx index 19eba35fb..69e073271 100644 --- a/src/components/Typography.tsx +++ b/src/components/Typography.tsx @@ -26,7 +26,7 @@ export type TextProps = Omit<RNTextProps, 'children'> & { title?: string } & ( | { - emoji: true + emoji?: true children: StringChild } | { |