From 3da900db7fb69aa68441b0447ba7339e8fa42350 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 1 Mar 2023 13:50:07 +0100 Subject: [PATCH] add missing parenthesis in feed entry filtering example --- commafeed-client/src/pages/app/FeedDetailsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-client/src/pages/app/FeedDetailsPage.tsx b/commafeed-client/src/pages/app/FeedDetailsPage.tsx index 1ae793e3..04a5d644 100644 --- a/commafeed-client/src/pages/app/FeedDetailsPage.tsx +++ b/commafeed-client/src/pages/app/FeedDetailsPage.tsx @@ -17,7 +17,7 @@ import { TbDeviceFloppy, TbTrash } from "react-icons/tb" import { useParams } from "react-router-dom" function FilteringExpressionDescription() { - const example = url.contains('youtube') or (author eq 'athou' and title.contains('github') + const example = url.contains('youtube') or (author eq 'athou' and title.contains('github')) return (