1
0
Fork 0
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:
Hadi Charara 2022-10-14 17:06:25 -04:00
parent e9f2d41056
commit d1145a3c63

View file

@ -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 */