diff --git a/Packages/ohif-viewerbase/client/components/studyBrowser/imageThumbnail/imageThumbnail.js b/Packages/ohif-viewerbase/client/components/studyBrowser/imageThumbnail/imageThumbnail.js index 795eb2183..fe2ecd1d6 100644 --- a/Packages/ohif-viewerbase/client/components/studyBrowser/imageThumbnail/imageThumbnail.js +++ b/Packages/ohif-viewerbase/client/components/studyBrowser/imageThumbnail/imageThumbnail.js @@ -33,7 +33,7 @@ Template.imageThumbnail.onRendered(() => { // Define a handler for success on image load const loadSuccess = image => { // Enable cornerstone for thumbnail element again creating a new canvas - cornerstone.enable(element);); + cornerstone.enable(element); cornerstone.displayImage(element, image); $loading.css('display', 'none');