| Línea 1... |
Línea 1... |
| 1 |
/* eslint-disable react/prop-types */
|
1 |
/* eslint-disable react/prop-types */
|
| 2 |
import React, { useEffect, useState, useRef } from 'react'
|
2 |
import React, { useEffect, useState, useRef } from 'react'
|
| 3 |
import ProfileInfo from '../../../../shared/profile/edit/profile-info/ProfileInfo'
|
3 |
import ProfileInfo from '../../../../shared/profile/edit/profile-info/ProfileInfo'
|
| 4 |
import MyGroups from '../../../../shared/helpers/my-groups-helper/MyGroups'
|
4 |
import MyGroups from '../../../../shared/helpers/my-groups-helper/MyGroups'
|
| 5 |
import SuggestedGroupsHelper from '../../../../shared/helpers/suggested-groups-helper/SuggestedGroupsHelper'
|
5 |
import SuggestedGroupsHelper from '../../../../shared/helpers/suggested-groups-helper/SuggestedGroupsHelper'
|
| - |
|
6 |
import SocialNetworks from '../../../../dashboard/components/home-section/SocialNetworks'
|
| Línea 6... |
Línea 7... |
| 6 |
|
7 |
|
| 7 |
const ResponsiveNavbar = ({ show, navbarVars, LABELS }) => {
|
8 |
const ResponsiveNavbar = ({ show, navbarVars, LABELS }) => {
|
| 8 |
// const { authorization } = props.companyVars
|
9 |
// const { authorization } = props.companyVars
|