diff --git a/src/components/show_category.vue b/src/components/show_category.vue index 788a565..0c597b5 100644 --- a/src/components/show_category.vue +++ b/src/components/show_category.vue @@ -31,26 +31,26 @@
| id | description | -seconds | +duration | +songs | comments | created at | -category id | -category | -instrument |
|---|---|---|---|---|---|---|---|---|---|
| {{session.id}} | {{session.description}} | {{formatSeconds(session.seconds)}} | +
+
|
{{session.comments}} | -{{session.created_at}} | -{{session.category_id}} | -{{session.category}} | -{{session.instrument}} | +{{new Date(session.created_at).toLocaleString("en-US")}} |