mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed linting issue
This commit is contained in:
parent
e9f2d41056
commit
d1145a3c63
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ import isEmpty from 'lodash-es/isEmpty';
|
|||
import { currentSettings as userSettings } from './settings/userSettings';
|
||||
|
||||
const Direction = {
|
||||
rtl: "rtl",
|
||||
ltr: "ltr"
|
||||
rtl: 'rtl',
|
||||
ltr: 'ltr'
|
||||
};
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue