mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 01:22:11 +00:00
refactor(Settings): hide remote endpoint select if user is not auth
This commit is contained in:
parent
0774463315
commit
5df432c220
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ const Settings = () => {
|
|||
null
|
||||
}
|
||||
{
|
||||
remoteEndpointSelect !== null ?
|
||||
profile.auth !== null && profile.auth.user !== null && remoteEndpointSelect !== null ?
|
||||
<div className={styles['option-container']}>
|
||||
<div className={styles['option-name-container']}>
|
||||
<div className={styles['label']}>{ t('SETTINGS_HTTPS_ENDPOINT') }</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue