From 76f916b0dcb8e24d9a41819232fc03723b383b08 Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 8 May 2023 22:31:52 +0800 Subject: [PATCH] chore --- src/components/NotificationForChatGPTWeb/index.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/NotificationForChatGPTWeb/index.jsx b/src/components/NotificationForChatGPTWeb/index.jsx index c395d0e..c32c97d 100644 --- a/src/components/NotificationForChatGPTWeb/index.jsx +++ b/src/components/NotificationForChatGPTWeb/index.jsx @@ -5,6 +5,7 @@ import { toast, ToastContainer } from 'react-toastify' import { useEffect } from 'react' import 'react-toastify/dist/ReactToastify.css' import { useTheme } from '../../hooks/use-theme.mjs' +import { getUserConfig } from '../../config/index.mjs' const NotificationForChatGPTWeb = () => { const { t } = useTranslation() @@ -45,11 +46,11 @@ const NotificationForChatGPTWeb = () => {