format & lint

This commit is contained in:
Snarling
2022-09-13 12:37:24 -04:00
parent c9ee938bc6
commit 91a69d7d8f
39 changed files with 59 additions and 154 deletions
+1 -3
View File
@@ -151,9 +151,7 @@ export function SidebarRoot(props: IProps): React.ReactElement {
Player.sourceFiles.length > 0;
const canOpenAugmentations =
Player.augmentations.length > 0 ||
Player.queuedAugmentations.length > 0 ||
Player.sourceFiles.length > 0;
Player.augmentations.length > 0 || Player.queuedAugmentations.length > 0 || Player.sourceFiles.length > 0;
const canOpenSleeves = Player.sleeves.length > 0;