diff --git a/frontend/src/components/Report/DatePicker/index.js b/frontend/src/components/Report/DatePicker/index.js index db4ae5c..7a28cb7 100644 --- a/frontend/src/components/Report/DatePicker/index.js +++ b/frontend/src/components/Report/DatePicker/index.js @@ -11,6 +11,8 @@ import { +import { i18n } from "../../../translate/i18n"; + import ptBrLocale from "date-fns/locale/pt-BR"; diff --git a/frontend/src/layout/MainListItems.js b/frontend/src/layout/MainListItems.js index 4674b25..3044951 100644 --- a/frontend/src/layout/MainListItems.js +++ b/frontend/src/layout/MainListItems.js @@ -89,7 +89,12 @@ const MainListItems = (props) => { primary={i18n.t("mainDrawer.listItems.contacts")} icon={} /> - } /> + + } + /> + { { - + @@ -501,7 +503,8 @@ const SchedulesReminder = () => {