chore: added comment

This commit is contained in:
Yury 2024-05-29 17:06:47 +03:00
parent 7be98978dd
commit f041370c62

View File

@ -17,6 +17,7 @@ const App = () => {
useEffect(() => {
if (window.location.hostname === '0.0.0.0') {
// A change of the host is needed to make library available in windows object
window.location.hostname = 'localhost'
}