mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix babel
This commit is contained in:
@ -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 })
|
||||
|
Reference in New Issue
Block a user