Skip to content

Commit

Permalink
prettierの警告を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
IkumaTadokoro committed Nov 10, 2021
1 parent cb9e481 commit 7b7f142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/javascript/product.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@
strong
| 提出者
| )
time.a-meta(v-else-if='product.mentor_last_commented_at_date_time')
time.a-meta(
v-else-if='product.mentor_last_commented_at_date_time'
)
| 〜 {{ product.mentor_last_commented_at }}(メンター)

.stamp.stamp-approve(v-if='product.checks.size > 0')
Expand Down

0 comments on commit 7b7f142

Please sign in to comment.