Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jendiamond committed Jul 24, 2024
1 parent 944d17f commit bff3776
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pages/events/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ watch(data, (newVal, oldVal) => {
// const parsedCardWithImage = computed(( => {
//}))
// }))
// const parsedImageCarousel = computed(() => {
// if (page.value.endowment) {
Expand Down Expand Up @@ -88,7 +87,6 @@ watch(data, (newVal, oldVal) => {
id="main"
class="page page-event-detail"
>

<NavBreadcrumb
v-if="page.title"
:title="page.title"
Expand Down Expand Up @@ -118,7 +116,7 @@ watch(data, (newVal, oldVal) => {
<CardMeta
:category="series[0].title"
:title="page.title"
:tagLabels="page.ftvaEventFilters"
:tag-labels="page.ftvaEventFilters"
:introduction="page.ftvaEventIntroduction"
:text="page.eventDescription"
/>
Expand All @@ -141,23 +139,19 @@ watch(data, (newVal, oldVal) => {
<SectionScreeningDetails :items="page.ftvaEventScreeningDetails" />
</SectionWrapper>


<SectionWrapper
v-if="series && series.length > 0"
section-title="Explore upcoming events in this series"
>

<h3>CardWithImage</h3>
<code v-if="series[0].ftvaEvent"> series.ftvaEvent:: {{ series[0].ftvaEvent }} </code>

<SectionCardWithImage
v-if="series && series.length > 0"
:items="series[0].ftvaEvent"
/>

</SectionWrapper>


<SectionWrapper section-title="SIDEBAR">
<h3>BLOCK EVENT DETAIL</h3>
<!-- <div>
Expand All @@ -178,9 +172,7 @@ watch(data, (newVal, oldVal) => {
:locations="page.location"
/> -->

<BlockInfo :ftvaTicketInformation="page.ftvaTicketInformation" />

<BlockInfo :ftva-ticket-information="page.ftvaTicketInformation" />
</SectionWrapper>

</main>
</template>

0 comments on commit bff3776

Please sign in to comment.