Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosams committed Jan 25, 2022
1 parent 4da9c1a commit 809034e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Mission.js
Expand Up @@ -2,10 +2,6 @@ import { useDispatch } from 'react-redux';
import { memberStatusFunc, memberActivated } from '../redux/Missions/Missions';

const Mission = ((props) => {
// const [members, newMember] = useState({
// member: true,
// });

const dispatch = useDispatch();

const onClick = ((e) => {
Expand Down

0 comments on commit 809034e

Please sign in to comment.