no longer remove badges because apparently lmao everything is bugges

This commit is contained in:
Olivier Gagnon
2021-10-24 11:14:21 -04:00
parent c34d53bc14
commit f044dc6603
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -135,8 +135,8 @@ export function SidebarRoot(props: IProps): React.ReactElement {
const flashTutorial = ITutorial.currStep === iTutorialSteps.WorldDescription;
const augmentationCount = props.player.queuedAugmentations.length;
const invitationsCount = props.player.factionInvitations.length - InvitationsSeen.length;
const programCount = getAvailableCreatePrograms(props.player).length - ProgramsSeen.length;
const invitationsCount = props.player.factionInvitations.length; //- InvitationsSeen.length;
const programCount = getAvailableCreatePrograms(props.player).length; //- ProgramsSeen.length;
const canCreateProgram =
programCount > 0 ||
props.player.augmentations.length > 0 ||