mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
fix: fixed prettier issue
This commit is contained in:
parent
34ede8a33f
commit
3843cf8ee3
@ -14,7 +14,7 @@ const QueryResultFilter = ({ onChange, mode }) => {
|
|||||||
|
|
||||||
return null;
|
return null;
|
||||||
}, [mode]);
|
}, [mode]);
|
||||||
|
|
||||||
const placeholderText = useMemo(() => {
|
const placeholderText = useMemo(() => {
|
||||||
if (mode.includes('json')) {
|
if (mode.includes('json')) {
|
||||||
return '$.store.books..author';
|
return '$.store.books..author';
|
||||||
|
Loading…
Reference in New Issue
Block a user