diff --git a/client/src/components/admin/group/GroupAdminPanel.tsx b/client/src/components/admin/group/GroupAdminPanel.tsx
index fc6f571f6ae8855c0174e588f308704d8c97c8b3..d897510b14a3712fc429995c3c5887a33227c718 100644
--- a/client/src/components/admin/group/GroupAdminPanel.tsx
+++ b/client/src/components/admin/group/GroupAdminPanel.tsx
@@ -42,23 +42,6 @@ export const GroupAdminPanel: React.FC<TParams> = ({ group }) => {
               </CardContent>
             </Card>
           </Grid>
-          <Grid item xs={12}>
-            <Card>
-              <CardContent>
-                <Typography align="center" variant="subtitle1">
-                  {group?.activeRentalNum} Kölcsönzés
-                </Typography>
-                <Typography align="center" variant="subtitle1">
-                  <StyledLink
-                    to={`/group/${group?.id}/admin/rentals?s=active`}
-                    style={{ color: theme.palette.primary.dark }}
-                  >
-                    Kezelés
-                  </StyledLink>
-                </Typography>
-              </CardContent>
-            </Card>
-          </Grid>
         </Grid>
       </Grid>
       <Grid item xs={12} md={3}>
@@ -107,17 +90,6 @@ export const GroupAdminPanel: React.FC<TParams> = ({ group }) => {
               </Card>
             </StyledLink>
           </Grid>
-          <Grid item xs={12}>
-            <StyledLink to={`/group/${group?.id}/admin/rentals`}>
-              <Card>
-                <CardContent>
-                  <Typography align="center" variant="subtitle1">
-                    Kölcsönzések
-                  </Typography>
-                </CardContent>
-              </Card>
-            </StyledLink>
-          </Grid>
         </Grid>
       </Grid>
     </Grid>