Skip to content

Commit

Permalink
fix: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Sep 29, 2021
1 parent 3f8ed2d commit d492f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/trees/[treeid].js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import log from "loglevel";
import {useMapContext} from "../../mapContext";

const Tree = ({tree}) => {
const router = useRouter()

const mapContext = useMapContext();

Expand Down

0 comments on commit d492f36

Please sign in to comment.