about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Typography.tsx2
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
       }
     | {