Skip to content

Commit

Permalink
fix(extension menu): removed filters link
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Oct 4, 2019
1 parent 89a2ce5 commit ad907b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/content/App/Account/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ export const Menu = ({ match }: MenuProps) => (
Mes données
<OpenButton />
</ExternalLink>
<Link to={`${match.url}/filters`}>
Mes filtres
<OpenButton />
</Link>
<Link to={`${match.url}/about`}>
À propos
<OpenButton />
Expand Down

0 comments on commit ad907b2

Please sign in to comment.