fix(ohif-viewer): Fix incorrect variable in ohifViewer.js header setup

This commit is contained in:
Erik Ziegler 2018-07-24 11:36:09 +02:00
parent c22bd8e63e
commit ea23ec84e0

View File

@ -32,7 +32,7 @@ Template.ohifViewer.onCreated(() => {
}];
if (Meteor.user()) {
items.push({
headerItems.push({
action: OHIF.user.logout,
text: 'Logout',
iconClasses: 'logout',