Skip to content

Commit 114cdb5

Browse files
Manually Backport #5500 (#5502)
* Manually backport #5500 * why is ci not running
1 parent 959ede2 commit 114cdb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/sidebar/SidebarHelpCenterIcon.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ const { shouldShowRedDot: shouldShowConflictRedDot, markConflictsAsSeen } =
8888
useConflictAcknowledgment()
8989
9090
// Use either release red dot or conflict red dot
91-
const shouldShowRedDot = computed(() => {
92-
const releaseRedDot = showReleaseRedDot
91+
const shouldShowRedDot = computed((): boolean => {
92+
const releaseRedDot = showReleaseRedDot.value
9393
return releaseRedDot || shouldShowConflictRedDot.value
9494
})
9595

0 commit comments

Comments
 (0)