diff --git a/src/ira-rebates.ts b/src/ira-rebates.ts index 5f8093a..74968f0 100644 --- a/src/ira-rebates.ts +++ b/src/ira-rebates.ts @@ -59,7 +59,7 @@ const hearRebates: { * As states launch their HEAR and HER programs, we'll want to stop showing this * generic info to users in those states. */ -const HEAR_EXCLUDE_STATES = new Set(['NY', 'RI']); +const HEAR_EXCLUDE_STATES = new Set(['ME', 'NY', 'RI']); const HER_EXCLUDE_STATES = new Set(['ME', 'WI']); export function getRebatesFor(response: APIResponse, msg: MsgFn): IRARebate[] {