remove unecessary console.log()
This commit is contained in:
@@ -29,7 +29,6 @@ function ProfilePage() {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
(async () => {
|
(async () => {
|
||||||
console.log(JSON.stringify(import.meta.env.VITE_API_URL));
|
|
||||||
if (!isOwnProfile && id) {
|
if (!isOwnProfile && id) {
|
||||||
const res = await getUserById(Number(id));
|
const res = await getUserById(Number(id));
|
||||||
if (res.status === 404) {
|
if (res.status === 404) {
|
||||||
|
|||||||
Reference in New Issue
Block a user