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 descriptionsecondsdurationsongs comments created atcategory idcategoryinstrument
{{session.id}} {{session.description}} {{formatSeconds(session.seconds)}} +
    +
  • + {{song.title}} +
  • +
+
{{session.comments}}{{session.created_at}}{{session.category_id}}{{session.category}}{{session.instrument}}{{new Date(session.created_at).toLocaleString("en-US")}}