chore: remove unused var

This commit is contained in:
Anoop M D 2023-09-30 02:42:10 +05:30
parent acff0c379e
commit 1877dd858e

View File

@ -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">