Skip to content

Commit 98d6c02

Browse files
Fix linter error
1 parent baa71d4 commit 98d6c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/shortcuts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function setupShortcuts(shortcutDepth = 2) {
169169
document.querySelectorAll("#shortcuts div:not(#shortcuts-header)"),
170170
);
171171
const shortcutsContainer = document.getElementById("shortcuts-container");
172-
172+
173173
if (shortcutsContainer) {
174174
if (shortcuts.length == 0) {
175175
shortcutsContainer.style.display = "none";

0 commit comments

Comments
 (0)