mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Updates
This commit is contained in:
@ -11,7 +11,10 @@ const ComposePostingAs = React.memo(
|
||||
const { t } = useTranslation('sharedCompose')
|
||||
const { theme } = useTheme()
|
||||
|
||||
const localAccount = useSelector(getLocalAccount)
|
||||
const localAccount = useSelector(
|
||||
getLocalAccount,
|
||||
(prev, next) => prev?.acct === next?.acct
|
||||
)
|
||||
const localUri = useSelector(getLocalUri)
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user