We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3386071 commit 62ff76aCopy full SHA for 62ff76a
frontend/src/components/organisms/MessagePlanChannelList/MessagePlanChannelList.tsx
@@ -38,7 +38,7 @@ export function MessagePlanChannelList({
38
routingConfigId={messagePlan.id}
39
/>
40
{/* Show fallback conditions only if there is more than one channel, and not for the last channel */}
41
- {/* TODO: Update this logic for letter formats */}
+ {/* TODO: CCM-11494 Update this logic for letter formats */}
42
{messagePlan.cascade.length > 1 &&
43
index < messagePlan.cascade.length - 1 && (
44
<MessagePlanFallbackConditions
0 commit comments