Skip to content

Commit b862469

Browse files
committed
fix ci error
1 parent ef4163c commit b862469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/outline/manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export default function (context) {
543543
existingDashboard &&
544544
options.pane &&
545545
existingDashboard.dataset.globalPaneName === options.pane &&
546-
existingDashboard.dataset.subject === (subject && subject.value || '')
546+
existingDashboard.dataset.subject === ((subject && subject.value) || '')
547547
) {
548548
hideGlobalContainer(outlineContainer)
549549
showGlobalContainer(dashboardContainer)

0 commit comments

Comments
 (0)