mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
format & lint
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user