diff --git a/src/containers/profile/index.jsx b/src/containers/profile/index.jsx index 564b748..c33a777 100644 --- a/src/containers/profile/index.jsx +++ b/src/containers/profile/index.jsx @@ -43,7 +43,7 @@ export default function ProfilePage() { const req = await getUserReport(username); if (req.error_code == 1) { - setError(`0xb00${req.error_code}`); + setError('Invalid Username'); } else { let _data = req.data; setReport({ @@ -128,7 +128,7 @@ export default function ProfilePage() { {error != null && (