Skip to content

Commit

Permalink
fix: Add missing togglz enable
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Feb 7, 2024
1 parent 34d74b7 commit 22ecb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/record/pages/my-orcid/my-orcid.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class MyOrcidComponent implements OnInit, OnDestroy {
}

if (togglz.messages['NEW_RECORD_HEADER'] === 'true') {
// this.newRecordHeaderTogglz = true
this.newRecordHeaderTogglz = true
}

if (togglz.messages['CRAZY_EGG'] === 'true') {
Expand Down

0 comments on commit 22ecb03

Please sign in to comment.