Skip to content

Commit

Permalink
Merge pull request #27 from dippas/v2.1.0-fix-build
Browse files Browse the repository at this point in the history
FIX: build errors - v2.1.0
  • Loading branch information
dippas committed Jun 12, 2023
2 parents fd525e9 + adef3fc commit 0a06957
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 0a06957

Please sign in to comment.