Skip to content

Commit

Permalink
Merge pull request #172 from YujithIsura/deployment
Browse files Browse the repository at this point in the history
scope name change
  • Loading branch information
YujithIsura authored Oct 4, 2019
2 parents bbad76f + 838e0c9 commit 248a9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminMenu/AdminMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class ResponsiveDrawer extends React.Component {
<ListItemIcon><MoneyIcon/></ListItemIcon>
<ListItemText primary="Election Template Approval"/>
</ListItem>
case "nomination_payment":
case "payment_edit":
return <ListItem button key="Payment" component={Link} to='/admin/nomination-payment-list' selected={this.props.location.pathname === "/admin/nomination-payment-list"}>
<ListItemIcon><MoneyIcon /></ListItemIcon>
<ListItemText primary="Nomination Payment" />
Expand Down

0 comments on commit 248a9bc

Please sign in to comment.