Skip to content
Snippets Groups Projects
Commit bbbfb5e7 authored by Sardar, Shaiban M (UG - Computer Science)'s avatar Sardar, Shaiban M (UG - Computer Science)
Browse files

fixed bug where comments would not show on society board

parent ce267b08
No related branches found
No related tags found
1 merge request!39Shaiban
......@@ -71,6 +71,7 @@ function SocietyBoard() {
date={r.date}
likes={r.likes}
username={r.user.name}
id={r._id}
tag={r.society.tag}
/>
))}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment