We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66707ca commit 07a43b1Copy full SHA for 07a43b1
1 file changed
front-end/src/index.js
@@ -1,7 +1,7 @@
1
import React from 'react';
2
import ReactDOM from 'react-dom/client';
3
import './index.css';
4
-// import './styles/theme.css';
+import './styles/theme.css';
5
import App from './App';
6
import { useState } from 'react';
7
import { Box, TextField, Button } from '@mui/material';
@@ -26,6 +26,7 @@ const IpForm = () => {
26
}
27
} catch (error) {
28
console.error(error);
29
+ setCheckingURL(false);
30
return false;
31
32
0 commit comments