diff --git a/src/pages/Directory/DirectoryPageHeader.jsx b/src/pages/Directory/DirectoryPageHeader.jsx
index 521a4961..1db99102 100644
--- a/src/pages/Directory/DirectoryPageHeader.jsx
+++ b/src/pages/Directory/DirectoryPageHeader.jsx
@@ -300,7 +300,7 @@ const DirectoryPageHeader = ({
data-bs-toggle="dropdown"
aria-expanded="false"
>
- 0 ? "text-primary" : "text-muted"}`}>
+ 0 ? "text-primary" : "text-muted"}`}>
{notesFilterCount > 0 && (
{notesFilterCount}
@@ -433,7 +433,7 @@ const DirectoryPageHeader = ({
data-bs-toggle="dropdown"
aria-expanded="false"
>
- 0 ? "text-primary" : "text-muted"}`}>
+ 0 ? "text-primary" : "text-muted"}`}>
{filtered > 0 && (
{filtered}
diff --git a/src/pages/Gallary/ImageGallary.jsx b/src/pages/Gallary/ImageGallary.jsx
index 16335df2..2040c79b 100644
--- a/src/pages/Gallary/ImageGallary.jsx
+++ b/src/pages/Gallary/ImageGallary.jsx
@@ -317,11 +317,7 @@ useEffect(() => {
onClick={() => setIsFilterPanelOpen((p) => !p)}
ref={filterButtonRef}
>
- {isFilterPanelOpen ? (
-
- ) : (
-
- )}
+ {isFilterPanelOpen ? : }
{isLoading ? (