Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1507 | Rev 2875 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1507 Rev 1774
Línea 46... Línea 46...
46
  &:hover {
46
  &:hover {
47
    background-color: rgba(0, 0, 0, 0.08);
47
    background-color: rgba(0, 0, 0, 0.08);
48
  }
48
  }
49
`
49
`
Línea 50... Línea 50...
50
 
50
 
51
const Groups = () => {
51
const GroupsWidget = () => {
Línea 52... Línea 52...
52
  const labels = useSelector(({ intl }) => intl.labels)
52
  const labels = useSelector(({ intl }) => intl.labels)
53
 
53
 
54
  return (
54
  return (
55
    <HelperContainer>
55
    <HelperContainer>
56
      <Groups.Item
56
      <GroupsWidget.Item
57
        url='/helpers/my-groups'
57
        url='/helpers/my-groups'
58
        title={labels.my_groups}
58
        title={labels.my_groups}
59
        display={true}
59
        display={true}
60
      />
60
      />
61
      <Groups.Item
61
      <GroupsWidget.Item
62
        url='/helpers/groups-suggestion'
62
        url='/helpers/groups-suggestion'
63
        title={labels.suggest_groups}
63
        title={labels.suggest_groups}
64
      />
64
      />
Línea 144... Línea 144...
144
      </HelperList>
144
      </HelperList>
145
    </>
145
    </>
146
  )
146
  )
147
}
147
}
Línea 148... Línea 148...
148
 
148
 
Línea 149... Línea 149...
149
Groups.Item = Item
149
GroupsWidget.Item = Item