1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix babel

This commit is contained in:
xmflsct
2022-12-24 14:46:39 +01:00
parent f3b46b7e9c
commit 21d6baa70d
2 changed files with 23 additions and 24 deletions

View File

@ -258,7 +258,7 @@ const ScreenCompose: React.FC<RootStackScreenProps<'Screen-Compose'>> = ({
<HeaderRight
type='text'
content={t(
`heading.right.button.${
`screenCompose:heading.right.button.${
(params?.type &&
(params.type === 'conversation'
? params.visibility === 'direct'
@ -266,7 +266,7 @@ const ScreenCompose: React.FC<RootStackScreenProps<'Screen-Compose'>> = ({
: 'default'
: params.type)) ||
'default'
}` as any
}`
)}
onPress={() => {
composeDispatch({ type: 'posting', payload: true })