mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
Lint
This commit is contained in:
parent
aaacc98316
commit
eb4ad0a759
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ const useProfileSettingsInputs = (profile) => {
|
||||||
}
|
}
|
||||||
}), [profile.settings]);
|
}), [profile.settings]);
|
||||||
const playInExternalPlayerSelect = React.useMemo(() => ({
|
const playInExternalPlayerSelect = React.useMemo(() => ({
|
||||||
options: externalPlayerOptions.map(opt => {
|
options: externalPlayerOptions.map((opt) => {
|
||||||
opt.label = t(opt.label);
|
opt.label = t(opt.label);
|
||||||
return opt;
|
return opt;
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue