Skip to content

Commit

Permalink
Commented the Event Tab in the Dashboard as it is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
trekiteasy committed Jan 16, 2019
1 parent a09f879 commit 7eb51f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ class Dashboard extends React.Component {
/>
),
},
{
/*{
menuItem: 'Events',
render: () => {
return null;
},
},
},*/
{
menuItem: 'News',
render: () => <NewsTab news={this.props.dashboardData.news} />,
Expand Down

0 comments on commit 7eb51f1

Please sign in to comment.