diff --git a/src/components/RecipeDetails.vue b/src/components/RecipeDetails.vue index 21e36c1..9627c0c 100644 --- a/src/components/RecipeDetails.vue +++ b/src/components/RecipeDetails.vue @@ -2,7 +2,7 @@
- Name | -- Type | -- | -
---|---|---|
-
-
-
- {{ isNestedExpanded(module) ? 'keyboard_arrow_down' :
- 'keyboard_arrow_right'
- }}
-
-
- {{ module.name }}
-
- |
-
-
-
-
-
- {{ module.type }}
-
- |
-
-
-
-
- |
-
- |
-
diff --git a/src/views/RecipeView.vue b/src/views/RecipeView.vue index 782efd3..1b03556 100644 --- a/src/views/RecipeView.vue +++ b/src/views/RecipeView.vue @@ -30,35 +30,35 @@ |
---|