diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index ad3ddb7..acc6a00 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -8,6 +8,8 @@ export default function StoreCalendar() { const { t } = useTranslation(); useEffect(() => { + console.log("hello", Constants.GOOGLE_CLIENT_ID); + hello.init( { google: Constants.GOOGLE_CLIENT_ID, @@ -32,14 +34,7 @@ export default function StoreCalendar() {