diff --git a/src/components/Toast/Toast.tsx b/src/components/Toast/Toast.tsx index 4a3c93d34b..ac5bc4889a 100644 --- a/src/components/Toast/Toast.tsx +++ b/src/components/Toast/Toast.tsx @@ -115,7 +115,7 @@ export function Text({children}: {children: React.ReactNode}) { export function Action( props: Omit & { - children: string + children: React.ReactNode }, ) { const t = useTheme() diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 059c338323..6d22e4b542 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -542,7 +542,9 @@ export const ComposePost = ({ const {host: name, rkey} = new AtUri(postUri) navigation.navigate('PostThread', {name, rkey}) }}> - View + + View + )} ,