mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Remove weird comments
This commit is contained in:
parent
7629eb6c49
commit
eb46a60119
@ -4,7 +4,6 @@ import axios from 'axios';
|
||||
function App (props) {
|
||||
const uuid = props;
|
||||
const [data, setData] = useState({ hits: [] });
|
||||
// const uuid_nohyphen = uuid.uuid.toString().replace(/-/g, "");
|
||||
|
||||
useEffect(() => {
|
||||
const fetchData = async () => {
|
||||
@ -21,8 +20,6 @@ function App (props) {
|
||||
}else {
|
||||
return <span>{data.username}</span>
|
||||
};
|
||||
|
||||
// return <p>{uuid_nohyphen}</p>
|
||||
}
|
||||
|
||||
export default App;
|
Loading…
Reference in New Issue
Block a user