mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 04:08:01 +02:00
chore: remove unused var
This commit is contained in:
parent
acff0c379e
commit
1877dd858e
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user