Fix example dialogue formatting with block header
This commit is contained in:
parent
b990eb523b
commit
6aa97c73e9
|
@ -400,7 +400,7 @@ export function formatInstructModeExamples(mesExamplesArray, name1, name2) {
|
|||
}
|
||||
|
||||
if (blockHeading) {
|
||||
formattedExamples.push(power_user.blockHeading);
|
||||
formattedExamples.push(blockHeading);
|
||||
}
|
||||
|
||||
for (const example of blockExamples) {
|
||||
|
|
Loading…
Reference in New Issue