diff --git a/app/component/date/datePicker/index.js b/app/component/date/datePicker/index.js
index dde70e8..86f5e0d 100644
--- a/app/component/date/datePicker/index.js
+++ b/app/component/date/datePicker/index.js
@@ -42,18 +42,7 @@ function DatePicker({ setDate, disabledDates = [] }) {
const secondMonth = moment(baseMonth).add(1, "jMonth");
return (
-
-
- setBaseMonth(moment(baseMonth).add(1, "jMonth"))}
- onPrev={() => setBaseMonth(moment(baseMonth).subtract(1, "jMonth"))}
- />
-
+
setBaseMonth(moment(baseMonth).add(1, "jMonth"))}
/>
+
+ setBaseMonth(moment(baseMonth).add(1, "jMonth"))}
+ onPrev={() => setBaseMonth(moment(baseMonth).subtract(1, "jMonth"))}
+ />
+
);
}
diff --git a/components/common/InlineJalaliMonth.js b/components/common/InlineJalaliMonth.js
index 439bdb1..da33fe9 100644
--- a/components/common/InlineJalaliMonth.js
+++ b/components/common/InlineJalaliMonth.js
@@ -47,7 +47,7 @@ function InlineJalaliMonth({
return (