Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6738 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6738 Rev 6742
Línea 48... Línea 48...
48
    getJoinedGroups(search)
48
    getJoinedGroups(search)
49
  }, [search])
49
  }, [search])
Línea 50... Línea 50...
50
 
50
 
51
  return (
51
  return (
52
    <main className="companies-info container">
52
    <main className="companies-info container">
53
      <TitleSection title={labels.my_profiles} />
53
      <TitleSection title={labels.joined_groups} />
54
      <SearchBar onChange={handleSearch} />
54
      <SearchBar onChange={handleSearch} />
55
      {loading ? (
55
      {loading ? (
56
        <LoaderContainer>
56
        <LoaderContainer>
57
          <Spinner />
57
          <Spinner />
Línea 64... Línea 64...
64
                key={id}
64
                key={id}
65
                {...rest}
65
                {...rest}
66
                status={privacy}
66
                status={privacy}
67
                fetchCallback={getJoinedGroups}
67
                fetchCallback={getJoinedGroups}
68
                btnAcceptTitle={labels.group_view}
68
                btnAcceptTitle={labels.group_view}
-
 
69
                btnLeaveTitle={labels.group_leave}
69
              />
70
              />
70
            ))
71
            ))
71
          ) : (
72
          ) : (
72
            <EmptySection
73
            <EmptySection
73
              align="left"
74
              align="left"