Skip to content

Commit

Permalink
fix: show sku on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv committed Oct 26, 2023
1 parent ccb2306 commit ca18d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/predictive-layer/full-width-predictive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
:animation="empathizeAnimation"
class="x-layout-item x-absolute x-z-[1] x-w-full x-bg-neutral-0 x-py-4"
>
<MaxDesktopWidthItem v-if="showEmpathize">
<MaxDesktopWidthItem v-if="showEmpathize || showIdentifierResults">
<DesktopSearchboxAlign>
<div class="x-layout-item">
<div v-if="showEmpathize || showIdentifierResults" class="x-h-full x-py-12 x-pl-[17px]">
<div class="x-h-full x-py-12 x-pl-[17px]">
<div class="x-block">
<BaseKeyboardNavigation
class="x-flex x-items-start x-gap-24"
Expand Down

0 comments on commit ca18d21

Please sign in to comment.