From 0c3e5544d3a5cbee866e7dc2cb87338c81c17d47 Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Wed, 26 May 2021 12:59:12 +0200 Subject: [PATCH] updated config file with calendar ID --- src/components/Chat/index.js | 3 ++- src/data/config.js | 8 ++++++-- src/hooks/data.js | 5 +++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/Chat/index.js b/src/components/Chat/index.js index 106cd83..41c4560 100644 --- a/src/components/Chat/index.js +++ b/src/components/Chat/index.js @@ -12,6 +12,7 @@ import { OpenIcon, } from './styles' import { colours } from '../../assets/theme' +import config from '../../data/config' const Chat = ({ overlayActive }) => { const { width, height } = useWindowDimensions() @@ -26,7 +27,7 @@ const Chat = ({ overlayActive }) => {