Merge pull request #1565 from danielyxie/dev

no longer remove badges because apparently lmao everything is bugges
This commit is contained in:
hydroflame 2021-10-24 11:14:38 -04:00 committed by GitHub
commit 3b6057798d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 18 deletions

26
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -135,8 +135,8 @@ export function SidebarRoot(props: IProps): React.ReactElement {
const flashTutorial = ITutorial.currStep === iTutorialSteps.WorldDescription; const flashTutorial = ITutorial.currStep === iTutorialSteps.WorldDescription;
const augmentationCount = props.player.queuedAugmentations.length; const augmentationCount = props.player.queuedAugmentations.length;
const invitationsCount = props.player.factionInvitations.length - InvitationsSeen.length; const invitationsCount = props.player.factionInvitations.length; //- InvitationsSeen.length;
const programCount = getAvailableCreatePrograms(props.player).length - ProgramsSeen.length; const programCount = getAvailableCreatePrograms(props.player).length; //- ProgramsSeen.length;
const canCreateProgram = const canCreateProgram =
programCount > 0 || programCount > 0 ||
props.player.augmentations.length > 0 || props.player.augmentations.length > 0 ||