Fix example dialogue formatting with block header

This commit is contained in:
Cohee 2024-03-31 21:27:13 +03:00
parent b990eb523b
commit 6aa97c73e9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {