aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:16:50 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-25 08:17:10 +0530
commitcf282aa351cbc58691fb1b2fb4764830247cdbe8 (patch)
tree1a6ac4c9abd8b3de9d358016a5065da86cdd8510 /src/components/settings/recipes
parent6.0.1-nightly.3 [skip ci] (diff)
downloadferdium-app-cf282aa351cbc58691fb1b2fb4764830247cdbe8.tar.gz
ferdium-app-cf282aa351cbc58691fb1b2fb4764830247cdbe8.tar.zst
ferdium-app-cf282aa351cbc58691fb1b2fb4764830247cdbe8.zip
eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3
Diffstat (limited to 'src/components/settings/recipes')
-rw-r--r--src/components/settings/recipes/RecipesDashboard.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/settings/recipes/RecipesDashboard.jsx b/src/components/settings/recipes/RecipesDashboard.jsx
index 589b97ecd..d6150d300 100644
--- a/src/components/settings/recipes/RecipesDashboard.jsx
+++ b/src/components/settings/recipes/RecipesDashboard.jsx
@@ -191,7 +191,9 @@ class RecipesDashboard extends Component {
191 <NavLink 191 <NavLink
192 to="/settings/recipes/all" 192 to="/settings/recipes/all"
193 className={({ isActive }) => 193 className={({ isActive }) =>
194 isActive && recipeFilter === 'all' ? 'badge badge--primary' : 'badge' 194 isActive && recipeFilter === 'all'
195 ? 'badge badge--primary'
196 : 'badge'
195 } 197 }
196 onClick={() => resetSearch()} 198 onClick={() => resetSearch()}
197 > 199 >