From 38fa280402029d324ac96b288f076ec0548e2eee Mon Sep 17 00:00:00 2001 From: Konstantin Kireyev Date: Thu, 13 Nov 2025 22:02:59 +0500 Subject: [PATCH] remove optional chain --- apps/common/main/lib/view/RecentFiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/view/RecentFiles.js b/apps/common/main/lib/view/RecentFiles.js index 47fc67cce1..f535f80bfc 100644 --- a/apps/common/main/lib/view/RecentFiles.js +++ b/apps/common/main/lib/view/RecentFiles.js @@ -81,7 +81,7 @@ define([ '
', '
', '
', - ' 0) { %><%= format %><% } else { %>neutral<% } %>">', + ' 0) { %><%= format %><% } else { %>neutral<% } %>">', '
"img-format-<%=format %>"<% } else {%> "svg-file-recent"<%} %>>
', '
', '
',