diff --git a/client/scripts/NavHeaderBar.js b/client/scripts/NavHeaderBar.js index 876efd6b..ec1e001b 100644 --- a/client/scripts/NavHeaderBar.js +++ b/client/scripts/NavHeaderBar.js @@ -89,10 +89,10 @@ module.exports = React.createClass({ ; - function actionToMenuItem (action) { + function actionToMenuItem (action, index) { var classSet = {}; if (false === action) { - return
  • ; + return
  • ; } else { classSet.active = activeActionKey === action.key;