mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +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) {
|
function App (props) {
|
||||||
const uuid = props;
|
const uuid = props;
|
||||||
const [data, setData] = useState({ hits: [] });
|
const [data, setData] = useState({ hits: [] });
|
||||||
// const uuid_nohyphen = uuid.uuid.toString().replace(/-/g, "");
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const fetchData = async () => {
|
const fetchData = async () => {
|
||||||
@ -21,8 +20,6 @@ function App (props) {
|
|||||||
}else {
|
}else {
|
||||||
return <span>{data.username}</span>
|
return <span>{data.username}</span>
|
||||||
};
|
};
|
||||||
|
|
||||||
// return <p>{uuid_nohyphen}</p>
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default App;
|
export default App;
|
Loading…
Reference in New Issue
Block a user