Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Dec 18, 2024
1 parent 490bf2f commit 978a0f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const getPlanningProfileFields = (): Array<IFieldConverted> => {
const fieldSchema = planningProfile.schema[fieldId];

/**
* If a field has show_in_embedded_editor or required toggled on
* we must show it in the embedded editor
* If a field does not have show_in_embedded_editor or required toggled on
* we must not show it in the embedded editor
*/
if (!(fieldSchema.show_in_embedded_editor || fieldSchema.required)) {
continue;
Expand Down

0 comments on commit 978a0f7

Please sign in to comment.