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-04-16 14:58:18 +02:00
parent 58a4b9953f
commit 3e52f175b7
4 changed files with 8 additions and 7 deletions

View File

@ -43,7 +43,7 @@ const SettingsTooot: React.FC = () => {
}}
/>
{__DEV__ ||
['production', 'development'].some(channel =>
['release', 'development'].some(channel =>
Updates.releaseChannel?.includes(channel)
) ? (
<MenuRow