From 970b18b806e1f934be0d35aca090001ce1abd3c4 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 3 Mar 2020 12:09:16 +0800 Subject: [PATCH] refactor: misspelled enum --- komga-webui/src/types/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga-webui/src/types/common.ts b/komga-webui/src/types/common.ts index 6dd682ee..f8fe0ca2 100644 --- a/komga-webui/src/types/common.ts +++ b/komga-webui/src/types/common.ts @@ -11,7 +11,7 @@ export enum ImageFit { } export enum ReadingDirection { - LeftToRight = 'ltl', + LeftToRight = 'ltr', RightToLeft = 'rtl' }