From 2ea570ec7aca0acbf9dcf576af6dedc3ff1993e6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 20 Feb 2021 23:25:08 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- Viewer/features/filesystem.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Viewer/features/filesystem.js b/Viewer/features/filesystem.js index 6249634a..2d2b7109 100755 --- a/Viewer/features/filesystem.js +++ b/Viewer/features/filesystem.js @@ -1293,8 +1293,9 @@ var FileSystemSaveHistoryActions = actions.Actions({ function(save){ this.comments == null && console.error('Comments do not appear to be loaded yet...') - - return (this.comments.save && this.comments.save[save || 'current']) || '' }], + return ((this.comments || {}).save + && this.comments.save[save || 'current']) + || '' }], // Comment a save... //