diff --git a/src/components/v2v3/V2V3Project/ProjectDashboard/components/CyclesPayoutsPanel/components/CurrentUpcomingSubPanel.tsx b/src/components/v2v3/V2V3Project/ProjectDashboard/components/CyclesPayoutsPanel/components/CurrentUpcomingSubPanel.tsx index ba99877366..738884560f 100644 --- a/src/components/v2v3/V2V3Project/ProjectDashboard/components/CyclesPayoutsPanel/components/CurrentUpcomingSubPanel.tsx +++ b/src/components/v2v3/V2V3Project/ProjectDashboard/components/CyclesPayoutsPanel/components/CurrentUpcomingSubPanel.tsx @@ -63,7 +63,16 @@ export const CurrentUpcomingSubPanel = ({ ) - if (info.type === 'upcoming' && info.cycleUnlocked) { + if ( + info.type === 'upcoming' && + info.cycleUnlocked && + /** + * Always show 'upcoming' tab if it's FC 1 + * (which happens when Scheduled Launch is used, + * mustStartAtOrAfter is in the future) + */ + info.cycleNumber !== 1 + ) { return (