Skip to content

Commit

Permalink
Update sectionExclusionList
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Dec 27, 2024
1 parent 0770428 commit 68d0b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const sectionExclusionList = ['info', 'help', 'community', 'identity'];
const sectionExclusionList = ['info', 'help'];

export const isExcludedFromCMP = (pageSection: string): boolean => {
return sectionExclusionList.some((section) => section === pageSection);
Expand Down

0 comments on commit 68d0b13

Please sign in to comment.