mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-16 04:11:29 +00:00
chore: remove unused var
This commit is contained in:
@@ -93,10 +93,6 @@ const ResponsePane = ({ rightPaneWidth, item, collection }) => {
|
||||
});
|
||||
};
|
||||
|
||||
const isJson = (headers) => {
|
||||
return getContentType(headers) === 'application/ld+json';
|
||||
};
|
||||
|
||||
return (
|
||||
<StyledWrapper className="flex flex-col h-full relative">
|
||||
<div className="flex flex-wrap items-center px-3 tabs" role="tablist">
|
||||
|
||||
Reference in New Issue
Block a user