Merged PR 2441: electricity shouldnt be showing reps available

electricity shouldnt be showing reps available

Related work items: #24008
This commit is contained in:
Robert Bond
2026-06-29 08:39:39 +00:00
parent 001c7ad6fa
commit 7b6af58065
2 changed files with 16 additions and 27 deletions
@@ -72,6 +72,9 @@ export function getEntryCtaLabelKey(appealType) {
}
export function shouldSuppressBlockedMessage({ appealType, isLPA }) {
if (!canShowRepresentationButtonForAppealType(appealType)) {
return true;
}
return !isLPA && appealType == 846040004;
}