mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
fix: fixed prettier issue
This commit is contained in:
@@ -14,7 +14,7 @@ const QueryResultFilter = ({ onChange, mode }) => {
|
||||
|
||||
return null;
|
||||
}, [mode]);
|
||||
|
||||
|
||||
const placeholderText = useMemo(() => {
|
||||
if (mode.includes('json')) {
|
||||
return '$.store.books..author';
|
||||
|
||||
Reference in New Issue
Block a user