Skip to content

Commit

Permalink
simplify the expression
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed May 3, 2024
1 parent b9b9f83 commit b048f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Panels/ToolBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function onToggle() {
v-if="panel"
:category="panel || {}"
:query-filter="queryFilter || undefined"
:has-filter-button="!!query && !queryTooShort && currentPanelView === 'default'"
:has-filter-button="hasResults && currentPanelView === 'default'"
@onClick="onToolClick"
@onFilter="onSectionFilter" />
</div>
Expand Down

0 comments on commit b048f15

Please sign in to comment.