Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneeza committed Jan 31, 2025
1 parent 51da4fd commit ea6ed42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/code/src/renderingPlugin/renderingPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export function flattenNestedTree(
}
}

// If this entity has double brackets then remove them and add a special class to it
// If this entity has double brackets then remove them and add a special class to it e.g. 'testing }}'
const cleanedEntity = entity.replace(' }}', '');

return {
Expand Down

0 comments on commit ea6ed42

Please sign in to comment.