mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-13 17:46:52 -04:00
Log
This commit is contained in:
@@ -18,6 +18,7 @@ export default function Post() {
|
||||
useEffect(() => {
|
||||
async function fetchImage() {
|
||||
const res = await fetch(`/api/profiles/${id}`);
|
||||
console.log('res', res);
|
||||
if (res.ok) {
|
||||
const data = await res.json();
|
||||
setUser(data);
|
||||
|
||||
Reference in New Issue
Block a user