Fixed bug gitlab-ci
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user