From 13a6933caa41c5704982e8c0ed185578e9d46a4d Mon Sep 17 00:00:00 2001 From: Anurat Eiamphoklarp Date: Fri, 27 Sep 2024 00:17:10 +0700 Subject: [PATCH] #192 sorting dropdown typo fixed --- src/components/SortBy.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SortBy.jsx b/src/components/SortBy.jsx index db7b45c..91c6d7d 100644 --- a/src/components/SortBy.jsx +++ b/src/components/SortBy.jsx @@ -13,8 +13,8 @@ function SortBy({ sort, setSort, mode = "" }) { { mode === "section" ? ( - - ) : mode === "chapter" ? ( ): (<>) + + ) : mode === "chapter" ? ( ): (<>) }