Fixed bug gitlab-ci

This commit is contained in:
AmirHossein Mahmoodi
2023-11-01 11:27:40 +03:30
parent 647e05d478
commit 86b598dd62
2 changed files with 22 additions and 22 deletions

View File

@@ -11,7 +11,6 @@ const NetworkComponent = () => {
const t = useTranslations()
useEffect(() => {
console.log(network.online)
if (network.online) {
toast.update(networkToastId.current, {
type: toast.TYPE.SUCCESS,