Skip to content

Commit

Permalink
fixup! Add config to always show message examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tsauerwein committed Jun 25, 2024
1 parent 57894fd commit fe7f221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/containers/Messages/Messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Messages: React.FunctionComponent = () => {
message={message}
index={idx + 1}
key={message.id()}
showExamples={config?.show?.messageExamples || false}
showExamples={config?.show?.messageExamples ?? false}
/>
</li>
))}
Expand Down

0 comments on commit fe7f221

Please sign in to comment.