Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Removes flag from header.init
Browse files Browse the repository at this point in the history
 🐿 v2.10.0
  • Loading branch information
CourtneyLO committed Jul 12, 2018
1 parent 29a4356 commit b29a36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/js/app-initializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class AppInitializer {
}

if (this.enabledFeatures.header) {
header.init(flags);
header.init();
}

if (this.enabledFeatures.date) {
Expand Down

0 comments on commit b29a36a

Please sign in to comment.