Skip to content

Commit

Permalink
fix: hide full empathize when there are no suggestions (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar authored Aug 8, 2023
1 parent 6630ac9 commit 194f829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/predictive-layer/full-width-predictive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:animation="empathizeAnimation"
class="x-layout-item x-absolute x-z-[1] x-w-full x-bg-neutral-0 x-py-4"
>
<MaxDesktopWidthItem>
<MaxDesktopWidthItem v-if="showEmpathize">
<DesktopSearchboxAlign>
<div class="x-layout-item">
<div v-if="showEmpathize || showIdentifierResults" class="x-h-full x-py-12 x-pl-[17px]">
Expand Down

0 comments on commit 194f829

Please sign in to comment.