Skip to content

Commit

Permalink
Added title to /reports path
Browse files Browse the repository at this point in the history
  • Loading branch information
msamprz committed May 13, 2019
1 parent 00992ad commit f960329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/javascript/app_2/App/Constants/routes-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const initRoutesConfig = () => ([
path : routes.reports,
component : Reports,
is_authenticated: true,
title : localize('Reports'),
routes : [
{ path: routes.positions, component: OpenPositions, title: localize('Open Positions'), icon_component: IconOpenPositions, default: true },
{ path: routes.profit, component: ProfitTable, title: localize('Profit Table'), icon_component: IconProfitTable },
Expand Down

0 comments on commit f960329

Please sign in to comment.