forked from Archives/Athou_commafeed
add missing parenthesis in feed entry filtering example
This commit is contained in:
@@ -17,7 +17,7 @@ import { TbDeviceFloppy, TbTrash } from "react-icons/tb"
|
|||||||
import { useParams } from "react-router-dom"
|
import { useParams } from "react-router-dom"
|
||||||
|
|
||||||
function FilteringExpressionDescription() {
|
function FilteringExpressionDescription() {
|
||||||
const example = <Code>url.contains('youtube') or (author eq 'athou' and title.contains('github')</Code>
|
const example = <Code>url.contains('youtube') or (author eq 'athou' and title.contains('github'))</Code>
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user