Línea 3... |
Línea 3... |
3 |
import { setTimelineUrl } from '../../redux/feed/feed.actions'
|
3 |
import { setTimelineUrl } from '../../redux/feed/feed.actions'
|
4 |
import { getBackendVars } from '../../services/backendVars'
|
4 |
import { getBackendVars } from '../../services/backendVars'
|
5 |
import { useParams } from 'react-router-dom'
|
5 |
import { useParams } from 'react-router-dom'
|
Línea 6... |
Línea 6... |
6 |
|
6 |
|
7 |
import FeedList from '../../components/feed/linkedin/FeedList'
|
7 |
import FeedList from '../../components/feed/linkedin/FeedList'
|
8 |
import GroupInfo from '../../components/group/GroupInfo'
|
8 |
import GroupInfo from '../../components/widgets/linkedin/InfoWidget'
|
9 |
import AboutCompany from '../../components/company/AboutCompany'
|
9 |
import AboutCompany from '../../components/company/AboutCompany'
|
10 |
import CompanyFollowers from '../../components/company/CompanyFollowers'
|
10 |
import CompanyFollowers from '../../components/company/CompanyFollowers'
|
Línea 11... |
Línea 11... |
11 |
import CompanyActions from '../../components/company/CompanyActions'
|
11 |
import CompanyActions from '../../components/company/CompanyActions'
|
Línea 57... |
Línea 57... |
57 |
overview={backendVars?.overview}
|
57 |
overview={backendVars?.overview}
|
58 |
groupId={backendVars?.companyId}
|
58 |
groupId={backendVars?.companyId}
|
59 |
totalMembers={backendVars?.totalFollowers}
|
59 |
totalMembers={backendVars?.totalFollowers}
|
60 |
groupType={backendVars?.companySize}
|
60 |
groupType={backendVars?.companySize}
|
61 |
accessibility={backendVars?.industry}
|
61 |
accessibility={backendVars?.industry}
|
62 |
type="company"
|
- |
|
63 |
/>
|
62 |
/>
|
64 |
</div>
|
63 |
</div>
|
65 |
<div className="d-flex flex-column" style={{ gap: '.5rem' }}>
|
64 |
<div className="d-flex flex-column" style={{ gap: '.5rem' }}>
|
66 |
<CompanyActions
|
65 |
<CompanyActions
|
67 |
name={backendVars?.company_name}
|
66 |
name={backendVars?.company_name}
|