We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d0b12 commit 7ac13c9Copy full SHA for 7ac13c9
src/features/Navigation/SlotsRenderer.tsx
@@ -400,6 +400,7 @@ function PastSlotStatus({ slot }: { slot: number }) {
400
const style = getSlotStatusColorStyles(queryPublish.publish);
401
if (
402
queryPublish?.publish?.level === "rooted" &&
403
+ !queryPublish.publish?.skipped &&
404
(selectedSlot === undefined ||
405
getSlotGroupLeader(slot) !== getSlotGroupLeader(selectedSlot))
406
) {
0 commit comments