Skip to content

Commit

Permalink
fix: remove followup date
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Apr 20, 2022
1 parent 845c881 commit dd94a04
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 dd94a04

Please sign in to comment.