Skip to content

Commit cd31ff5

Browse files
authored
fix: BROS-780: Fix custom tab detection after merge conflict (#9373)
1 parent 49b41ae commit cd31ff5

File tree

1 file changed

+1
-0
lines changed
  • web/libs/editor/src/components/App

1 file changed

+1
-0
lines changed

web/libs/editor/src/components/App/App.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ class App extends Component {
303303
currentEntity={as.selectedHistory ?? as.selected}
304304
regions={as.selected.regionStore}
305305
showComments={store.hasInterface("annotations:comments")}
306+
showCustomTab={hasTagInSidebar(as.selected)}
306307
focusTab={store.commentStore.tooltipMessage ? "comments" : null}
307308
>
308309
{mainContent}

0 commit comments

Comments
 (0)