Remove unused variables

This commit is contained in:
2021-09-01 18:24:56 +01:00
parent eba66090a2
commit c215c4843f
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import React from 'react';
import NavBar from './NavBar';
import Footer from "./Footer";
import { HomeRounded as HomeRoundedIcon } from "@material-ui/icons";
import LinkButton from "./LinkButton";
export default function PageNotFound() {
const navbarItems = [

View File

@@ -93,7 +93,6 @@ export default withRouter(class GroupPage extends Component {
}));
if (newState.role === "owner") {
var counter = 0;
const getGroupMembers = () => {
return this.state.functions.getGroupMembers({ groupId: this.props.match.params.groupId })
.catch((error) => {