Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/production'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Apr 20, 2022
2 parents 845c881 + 6f62f19 commit 06a154e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/FactoryDetailPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@
<h3 class="mb-1">政府回應</h3>

<div v-for="(followup, index) in factoryFollowups" class="mt-2" :key="index" style="font-size: 14px">
<p class="color-gray-light mb-1">
{{ new Date(followup.created_at).toLocaleDateString() }}
</p>

<p style="line-height: 24px;">{{ followup.note }}</p>
</div>
</template>
Expand Down

0 comments on commit 06a154e

Please sign in to comment.