Skip to content

Commit 96950c1

Browse files
committed
fix lint
1 parent ca41df3 commit 96950c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/components/TimetablePageSection.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,12 @@ import ExplainText from '~/components/ExplainText.vue'
180180
<p class="text-sm">{{ event.subTitle }}</p>
181181
</template>
182182
<template v-if="event.type === 'lt' || event.type === 'multiple_session'">
183-
<p v-if="event.type === 'lt'" class="mb-8 font-bold">ライトニングトーク</p>
183+
<p
184+
v-if="event.type === 'lt'"
185+
class="mb-8 font-bold"
186+
>
187+
ライトニングトーク
188+
</p>
184189
<div
185190
v-for="(e, k) in event.events"
186191
:key="k"

0 commit comments

Comments
 (0)