Skip to content
Snippets Groups Projects
Commit 809e6667 authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

added onMenuBar props to ActivityListItem component to fix console warning issues

parent 977affe5
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa
......@@ -108,6 +108,7 @@ export default function TabPanelAtividades (props) {
{
notificationsSlice.map( (notification) =>
<ActivityListItem
onMenuBar={false}
avatar = {notification.owner.avatar ? apiDomain + notification.owner.avatar : null}
activity = {notification.activity}
actionType = {notification.trackable_type}
......
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