Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dippas committed Jun 12, 2023
1 parent fd525e9 commit adef3fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ import { removeCookies } from '../../helpers/removeCookies';
import { elementsToRemove } from '../../helpers/elementsToRemove';
import { isNonioSite } from '../../helpers/sites';

export const DeleteNonio = () => {
const DeleteNonio = () => {
if (isNonioSite) {
removeCookies();
enableScrollbar();
elementsToRemove();
}

return null;
};

export default DeleteNonio;
File renamed without changes.

0 comments on commit adef3fc

Please sign in to comment.