Skip to content

Commit aed8acc

Browse files
committed
Merge branch 'milestone3m' of https://github.com/solidos/solid-panes into milestone3m
2 parents e5e86a9 + b862469 commit aed8acc

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
@@ -589,7 +589,7 @@ export default function (context) {
589589
existingDashboard &&
590590
options.pane &&
591591
existingDashboard.dataset.globalPaneName === options.pane &&
592-
existingDashboard.dataset.subject === (subject && subject.value || '')
592+
existingDashboard.dataset.subject === ((subject && subject.value) || '')
593593
) {
594594
hideGlobalContainer(outlineContainer)
595595
showGlobalContainer(dashboardContainer)

0 commit comments

Comments
 (0)