diff --git a/src/components/TestComponentNew/index.js b/src/components/TestComponentNew/index.js index 679286c..4bdf296 100644 --- a/src/components/TestComponentNew/index.js +++ b/src/components/TestComponentNew/index.js @@ -9,15 +9,15 @@ import persian from "react-date-object/calendars/persian"; import persian_fa from "react-date-object/locales/persian_fa"; //بهتره که این آرایه خارج از کامپوننت اصلی قرار داده بشه. -const weekDays = [ - "شنبه", - "یکشنبه", - "دوشنبه", - "سشنبه", - "چهارشنبه", - "پنجشنبه", - "جمعه", -]; +// const weekDays = [ +// "شنبه", +// "یکشنبه", +// "دوشنبه", +// "سشنبه", +// "چهارشنبه", +// "پنجشنبه", +// "جمعه", +// ]; function DisablePassedDaies({ direction, handleClick, disabled }) { return ( @@ -41,7 +41,7 @@ function CustomRangeInput({ openCalendar, value }) { }, []); return ( -