Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pv testing bugdfix #3018

Merged
merged 8 commits into from
Jun 12, 2024
Merged

Pv testing bugdfix #3018

merged 8 commits into from
Jun 12, 2024

Conversation

M00staff
Copy link
Collaborator

No description provided.

@M00staff M00staff self-assigned this Jun 12, 2024
@M00staff M00staff requested a review from jlam-mpc June 12, 2024 16:24
@@ -26,7 +26,7 @@ const AoPage = () => (
<Route path="/profile/ao/availablebidders" render={() => <AvailableBidderContainer isCDO={false} isAO />} />
<Route path="/profile/ao/panelmeetingagendas/:pmID" render={() => <PanelMeetingAgendas isAO />} />
<Route path="/profile/ao/cyclemanagement" render={() => <CycleManagement isAO />} />
<Route path="/profile/ao/projectedvacancy" render={() => <ProjectedVacancy isCDO={false} isAO />} />
<Route path="/profile/ao/projectedvacancy" render={() => <ProjectedVacancy isCDO={false} isAO viewType="ao" />} />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should scrap the isAO prop since you have this new one

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed that prop in the PV components but forgot to remove it here

You new prop is a lot more descriptive than isAO, but I think the isAO prop can handle what you're aiming to do as well if you just pull that into the ProjectedVacancy components. Just leave it and delete "isAO"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow - just realized it literally wasn't doing anything cause this guy

image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also dont need the isCDO={false} bit either - not used lol

@M00staff M00staff merged commit fd83640 into dev Jun 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants