Skip to content

Commit 7ac13c9

Browse files
fix: rooted, skipped slot status color
1 parent c1d0b12 commit 7ac13c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/Navigation/SlotsRenderer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ function PastSlotStatus({ slot }: { slot: number }) {
400400
const style = getSlotStatusColorStyles(queryPublish.publish);
401401
if (
402402
queryPublish?.publish?.level === "rooted" &&
403+
!queryPublish.publish?.skipped &&
403404
(selectedSlot === undefined ||
404405
getSlotGroupLeader(slot) !== getSlotGroupLeader(selectedSlot))
405406
) {

0 commit comments

Comments
 (0)