Skip to content
Snippets Groups Projects
Commit f8aed03e authored by Chloé JACOB's avatar Chloé JACOB :alien:
Browse files

missed these two

parent e30d7abc
Branches
Tags
No related merge requests found
......@@ -81,7 +81,6 @@ return <>
username={post.owner.userName}
location={post.location}
time_post={calculateTime(post.createdAt)}
img={post.resources[0]}
caption={post.caption}
isLiked={post.viewerHasLiked}
likes={post.likesCount}
......
......@@ -40,7 +40,6 @@ const PostView = () => {
username={post.owner.userName}
location={post.location}
time_post={calculateTime(post.createdAt)}
img={post.resources[0]}
caption={post.caption}
isLiked={post.viewerHasLiked}
likes={post.likesCount}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment