Skip to content

Commit 682b4d6

Browse files
committed
prettier
1 parent dbe6041 commit 682b4d6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/main/js/components/dropdowns/hetero-list.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,7 @@ function generateButtons() {
181181
? findInsertionPoint()
182182
: insertionPoint;
183183

184-
if (
185-
addOnTop &&
186-
!honorOrder &&
187-
enableTopButton
188-
) {
184+
if (addOnTop && !honorOrder && enableTopButton) {
189185
let children = Array.from(c.children).filter(function (n) {
190186
return n.classList.contains("repeated-chunk");
191187
});

src/main/js/util/symbols.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)