We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe59bb commit e792383Copy full SHA for e792383
src/foam/core/notification/NotificationCitationView.js
@@ -36,7 +36,7 @@ foam.CLASS({
36
expression: function(data$body, data$toastMessage, data$toastSubMessage) {
37
return data$body ||
38
( data$toastMessage +
39
- ( data$toastSubMessage ? " - "+data$toastSubMessage : "" ) );
+ ( data$toastSubMessage ? " - " + data$toastSubMessage : "" ) );
40
}
41
42
],
0 commit comments