Merged PR 2441: electricity shouldnt be showing reps available
electricity shouldnt be showing reps available Related work items: #24008
This commit is contained in:
@@ -72,6 +72,9 @@ export function getEntryCtaLabelKey(appealType) {
|
||||
}
|
||||
|
||||
export function shouldSuppressBlockedMessage({ appealType, isLPA }) {
|
||||
if (!canShowRepresentationButtonForAppealType(appealType)) {
|
||||
return true;
|
||||
}
|
||||
return !isLPA && appealType == 846040004;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user