Skip to content

Commit 07a43b1

Browse files
committed
fix(frontend): Use theme.css in index
1 parent 66707ca commit 07a43b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

front-end/src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom/client';
33
import './index.css';
4-
// import './styles/theme.css';
4+
import './styles/theme.css';
55
import App from './App';
66
import { useState } from 'react';
77
import { Box, TextField, Button } from '@mui/material';
@@ -26,6 +26,7 @@ const IpForm = () => {
2626
}
2727
} catch (error) {
2828
console.error(error);
29+
setCheckingURL(false);
2930
return false;
3031
}
3132
}

0 commit comments

Comments
 (0)