Skip to content

Commit

Permalink
Fix preferences in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Oct 15, 2018
1 parent ea65a04 commit ba7465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/history/history.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class HistoryComponent implements OnInit, OnDestroy {
this.refresh.next();
});

const weeklyGoal = preferences.weeklyGoal;
const weeklyGoal = preferences.body.weeklyGoal;
const monthStart = startOfMonth(month);
const daysInMonth = getDaysInMonth(month);

Expand Down

0 comments on commit ba7465f

Please sign in to comment.