Skip to content

Commit

Permalink
fix: close button not shown on prod #435
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Nov 25, 2024
1 parent 98f0cf6 commit 8130494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PoisCard/PoiCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const closeBtnStyles = reactive({
class="poiDescription tw-z-10 tw-flex tw-flex-col tw-w-full md:tw-max-w-xl tw-mx-0 tw-overflow-y-auto tw-shadow-md tw-pointer-events-auto md:tw-flex-row md:tw-w-auto md:tw-mx-auto md:tw-rounded-xl tw-bg-white"
>
<UIButton
v-show="canClose"
v-if="canClose"
id="close-poi-card"
color="#ffffff"
:style="closeBtnStyles"
Expand Down

0 comments on commit 8130494

Please sign in to comment.