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 ca566f2 commit ae3c5cfCopy full SHA for ae3c5cf
frontend/src/components/molecules/MessagePlanChannelTemplate/MessagePlanChannelTemplate.tsx
@@ -32,7 +32,7 @@ export function MessagePlanChannelTemplate({
32
<div className={styles['channel-template-inner']}>
33
<h3 className='nhsuk-heading-s'>{channelDisplayText}</h3>
34
35
- {template && template.id && (
+ {template && (
36
<p
37
className='nhsuk-u-margin-bottom-2'
38
data-testid={`template-name-${channel}`}
0 commit comments