Skip to content

Commit

Permalink
fix(frontend): remove vote permission for now
Browse files Browse the repository at this point in the history
currently unsused so no point in showing it currnetly
  • Loading branch information
sct committed Dec 25, 2020
1 parent 8f292d5 commit 5d06a34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/UserEdit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ const UserEdit: React.FC = () => {
description: intl.formatMessage(messages.requestDescription),
permission: Permission.REQUEST,
},
{
id: 'vote',
name: intl.formatMessage(messages.vote),
description: intl.formatMessage(messages.voteDescription),
permission: Permission.VOTE,
},
{
id: 'autoapprove',
name: intl.formatMessage(messages.autoapprove),
Expand Down

0 comments on commit 5d06a34

Please sign in to comment.