« get me outta code hell

use {...null} style destructuring where appropriate - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateGroupGalleryPage.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-06-23 19:39:27 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-23 19:39:27 -0300
commitd7bd80239dead1179450b2a0b97f97c59e150905 (patch)
treea518c3ddf126c1449086395adbfd0de46ca1e233 /src/content/dependencies/generateGroupGalleryPage.js
parent25a8a5f1c0145c88401da8930aace1feedee0cf1 (diff)
use {...null} style destructuring where appropriate
Yay JavaScript! for {...null} working but not (...null).
(tc39/ecma262#687)
Diffstat (limited to 'src/content/dependencies/generateGroupGalleryPage.js')
-rw-r--r--src/content/dependencies/generateGroupGalleryPage.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/content/dependencies/generateGroupGalleryPage.js b/src/content/dependencies/generateGroupGalleryPage.js
index ab8a06a..1ec53a0 100644
--- a/src/content/dependencies/generateGroupGalleryPage.js
+++ b/src/content/dependencies/generateGroupGalleryPage.js
@@ -153,11 +153,10 @@ export default {
             }),
         ],
 
-        ...(
+        ...
           relations.sidebar
             ?.slot('currentExtra', 'gallery')
-            ?.content
-          ?? {}),
+            ?.content,
 
         navLinkStyle: 'hierarchical',
         navLinks: