[Glitch] Autofix missing comma and indentation in JS files

Port 774e1189d2 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput
2023-10-09 13:38:29 +02:00
committed by Claire
parent 4a9cdfb928
commit 7b325aa81b
11 changed files with 27 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ export default class Column extends PureComponent {
if (scrollable.classList.contains('scrollable--flex')) {
scrollable = scrollable?.querySelector('.scrollable') || scrollable;
}
}
}
if (!scrollable) {
return;