Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5104 Rev 5173
Línea 16... Línea 16...
16
  justify-content: center;
16
  justify-content: center;
17
  align-items: center;
17
  align-items: center;
18
  z-index: 300;
18
  z-index: 300;
19
`
19
`
Línea 20... Línea 20...
20
 
20
 
21
export default function SocialNetworks ({ className = 'peopleYouMayKnow' }) {
21
export default function SocialNetworks ({ className = 'peopleYouMayKnow', LABELS = {} }) {
22
  const [loading, setLoading] = useState(false)
22
  const [loading, setLoading] = useState(false)
23
  const handleOnRoom = async () => {
23
  const handleOnRoom = async () => {
24
    try {
24
    try {
25
      setLoading(true)
25
      setLoading(true)