diff --git a/OHIFViewer/client/components/ohifViewer/ohifViewer.js b/OHIFViewer/client/components/ohifViewer/ohifViewer.js index 459946798..ab8ef732f 100644 --- a/OHIFViewer/client/components/ohifViewer/ohifViewer.js +++ b/OHIFViewer/client/components/ohifViewer/ohifViewer.js @@ -32,7 +32,7 @@ Template.ohifViewer.onCreated(() => { }]; if (Meteor.user()) { - items.push({ + headerItems.push({ action: OHIF.user.logout, text: 'Logout', iconClasses: 'logout',