Remove unused variables
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user