1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-05-30 15:40:06 +02:00
parent 20e4ef69ea
commit 8df45475d8
5 changed files with 14 additions and 12 deletions

View File

@ -31,7 +31,7 @@ const TimelineTranslate = React.memo(
const settingsLanguage = useSelector(getSettingsLanguage)
if (settingsLanguage.includes(tootLanguage)) {
if (settingsLanguage?.includes(tootLanguage)) {
return null
}