Skip to content
Snippets Groups Projects
Commit a9f03ecd authored by lfr20's avatar lfr20
Browse files

Commented a part of the code, because its giving error in this api

parent 03aeb94d
Branches
No related tags found
1 merge request!46Gamefication admin
......@@ -123,7 +123,7 @@ export default function Notification (props) {
</div>
{
notifications.map( (notification) =>
<ActivityListItem
{/* <ActivityListItem
onMenuBar={true}
avatar = {notification.owner.avatar ? apiDomain + notification.owner.avatar : null}
activity = {notification.activity}
......@@ -134,7 +134,7 @@ export default function Notification (props) {
ownerHref = {'/usuario-publico/' + notification.owner.id}
recipientName = {notification.recipient.name}
recipientHref = {getRecipientHref(notification)}
/>
/> */}
)
}
<div style={{padding : "0 15px", borderTop : "1px solid #dadada"}}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment