Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Dec 31, 2024
1 parent 3460873 commit 653f940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/templates/NewsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const sanitize = (dirty: string | undefined) => {

return sanitizeHtml(dirty, sanitizeOptions);
} catch {
return;
return undefined;
}
};

Expand Down

0 comments on commit 653f940

Please sign in to comment.