fix: fixed prettier issue

This commit is contained in:
Anoop M D 2024-01-30 00:05:55 +05:30
parent 34ede8a33f
commit 3843cf8ee3

View File

@ -14,7 +14,7 @@ const QueryResultFilter = ({ onChange, mode }) => {
return null;
}, [mode]);
const placeholderText = useMemo(() => {
if (mode.includes('json')) {
return '$.store.books..author';