Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Mar 26, 2024
1 parent 1d89235 commit cbea05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/helpers/yunohostArguments.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,11 @@ export function formatYunoHostConfigPanels(data) {
const section = {
id: _section.id,
isActionSection: _section.is_action_section,
visible: _section.visible
visible: _section.visible,
}
if (_section.help) section.help = formatI18nField(_section.help)
if (_section.name) section.name = formatI18nField(_section.name)
if (typeof _section.visible === "string") {
if (typeof _section.visible === 'string') {
addEvaluationGetter('visible', section, section.visible, result.forms)
}

Expand Down

0 comments on commit cbea05f

Please sign in to comment.