aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/RecipePreviewsStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/RecipePreviewsStore.js')
-rw-r--r--src/stores/RecipePreviewsStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/RecipePreviewsStore.js b/src/stores/RecipePreviewsStore.js
index 989e1124a..10c170e81 100644
--- a/src/stores/RecipePreviewsStore.js
+++ b/src/stores/RecipePreviewsStore.js
@@ -31,7 +31,7 @@ export default class RecipePreviewsStore extends Store {
31 } 31 }
32 32
33 @computed get dev() { 33 @computed get dev() {
34 return this.stores.recipes.all.filter(r => r.local); 34 return this.stores.recipes.all.filter((r) => r.local);
35 } 35 }
36 36
37 // Actions 37 // Actions