Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonDavide committed Nov 27, 2024
1 parent 9179971 commit 4205173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ChatZone.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-if="dialog.length">
<div class="pt-6 pb-4 space-y-3" :class="(isEmbedded)? 'h-[85vh] px-4 sm:px-6 overflow-y-auto w-full' : 'bg-white px-4 relative shadow-md rounded'">
<div class="pt-6 pb-4 space-y-3" :class="isEmbedded ? 'h-[85vh] px-4 sm:px-6 overflow-y-auto w-full' : 'bg-white px-4 relative shadow-md rounded'">
<div class="flex flex-col space-y-6 pb-4">
<div
v-for="(item, i) in dialog"
Expand Down

0 comments on commit 4205173

Please sign in to comment.