From 5d6164973e92fa8a3e3c18a0eb2e29494aea4f48 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Sun, 9 Dec 2018 20:48:25 +0100 Subject: Fix linting issues --- src/stores/RecipePreviewsStore.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stores/RecipePreviewsStore.js') diff --git a/src/stores/RecipePreviewsStore.js b/src/stores/RecipePreviewsStore.js index e25936f15..10b2928e3 100644 --- a/src/stores/RecipePreviewsStore.js +++ b/src/stores/RecipePreviewsStore.js @@ -8,7 +8,9 @@ import { gaEvent } from '../lib/analytics'; export default class RecipePreviewsStore extends Store { @observable allRecipePreviewsRequest = new CachedRequest(this.api.recipePreviews, 'all'); + @observable featuredRecipePreviewsRequest = new CachedRequest(this.api.recipePreviews, 'featured'); + @observable searchRecipePreviewsRequest = new Request(this.api.recipePreviews, 'search'); constructor(...args) { -- cgit v1.2.3-70-g09d2