mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3426 from thornbill/fix-new-lint-errors
This commit is contained in:
commit
6ea78e3986
2 changed files with 57 additions and 57 deletions
|
@ -145,7 +145,7 @@ import ServerConnections from '../ServerConnections';
|
||||||
return 100 / 14.2857142857;
|
return 100 / 14.2857142857;
|
||||||
}
|
}
|
||||||
if (screenWidth >= 1200) {
|
if (screenWidth >= 1200) {
|
||||||
return 100 / 16.666666666666666666;
|
return 100 / 16.66666667;
|
||||||
}
|
}
|
||||||
if (screenWidth >= 1000) {
|
if (screenWidth >= 1000) {
|
||||||
return 5;
|
return 5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue