diff --git a/src/Components/Layout/SideBar/MenuItem.tsx b/src/Components/Layout/SideBar/MenuItem.tsx
index 4a8e9d4..bdcd0a7 100644
--- a/src/Components/Layout/SideBar/MenuItem.tsx
+++ b/src/Components/Layout/SideBar/MenuItem.tsx
@@ -37,14 +37,14 @@ export const MenuItem = ({ item, location, index, isOpen }: any) => {
className="DropDownIcon"
onClick={() => handleDropdown(index)}
>
-
+
) : (
handleDropdown(index)}
>
-
+
)}
>
diff --git a/src/Layout/Dashboard/FilterLayout.tsx b/src/Layout/Dashboard/FilterLayout.tsx
index 7a519f7..e529f3f 100644
--- a/src/Layout/Dashboard/FilterLayout.tsx
+++ b/src/Layout/Dashboard/FilterLayout.tsx
@@ -20,7 +20,7 @@ const FilterLayout = ({
haveOrder = true
}: {
filterTitle: string;
- sub_children: any;
+ sub_children?: any;
search_by?:string;
width?:string;
haveFilter?:boolean;
diff --git a/src/Layout/Ui/NotFoundPage.tsx b/src/Layout/Ui/NotFoundPage.tsx
index 6a3ec1f..8762dd6 100644
--- a/src/Layout/Ui/NotFoundPage.tsx
+++ b/src/Layout/Ui/NotFoundPage.tsx
@@ -12,7 +12,7 @@ function NotFoundPage() {
-

+
{t("practical.sorry_something_went_wrong")}
{t("practical.error_404_Page_not_found._Sorry,_the_page_you_are_looking_for_does_not_exist")}