Fix auto-translations

Changelog-Fixed: Fix broken auto-translations
This commit is contained in:
William Casarin
2023-04-06 08:27:10 -07:00
parent 532eaa35bf
commit 6499738994

View File

@@ -48,7 +48,7 @@ struct TranslateView: View {
} else if !damus_state.settings.auto_translate {
TranslateButton
} else {
EmptyView()
Text("")
}
}
}