chore(ui): lint

This commit is contained in:
psychedelicious
2024-01-02 21:06:08 +11:00
committed by Kent Keirsey
parent 870cc5b733
commit ae8ffe9d51
10 changed files with 29 additions and 78 deletions

View File

@ -88,7 +88,10 @@ const selector = createMemoizedSelector(
});
}
} else {
if (dynamicPrompts.prompts.length === 0 && getShouldProcessPrompt(positivePrompt)) {
if (
dynamicPrompts.prompts.length === 0 &&
getShouldProcessPrompt(positivePrompt)
) {
reasons.push(i18n.t('parameters.invoke.noPrompts'));
}