1nwf / Produx-v2

Found unhandled promise JS-0328
Bug risk
Major
1 occurrence in this check
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the void operator
25        }
26    }
27    useEffect(() => {
28        getUserInfoHandler()29    }, [])
30    return (
31        <div>