Skip to content

Commit 62ff76a

Browse files
committed
CCM-11492 Update TODO with jira ID
1 parent 3386071 commit 62ff76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/organisms/MessagePlanChannelList/MessagePlanChannelList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function MessagePlanChannelList({
3838
routingConfigId={messagePlan.id}
3939
/>
4040
{/* 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 */}
41+
{/* TODO: CCM-11494 Update this logic for letter formats */}
4242
{messagePlan.cascade.length > 1 &&
4343
index < messagePlan.cascade.length - 1 && (
4444
<MessagePlanFallbackConditions

0 commit comments

Comments
 (0)