diff --git a/pages/components/Minecraft/GetName.js b/pages/components/Minecraft/GetName.js index 0cbeb82..2ba4706 100644 --- a/pages/components/Minecraft/GetName.js +++ b/pages/components/Minecraft/GetName.js @@ -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 {data.username} }; - - // return

{uuid_nohyphen}

} export default App; \ No newline at end of file