Skip to content

Commit

Permalink
fix(web): display automation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao committed Sep 26, 2024
1 parent d1911bd commit 97fe71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const AutomationPrSizeLabelerPage = () => {
content={
<>
<HeaderAutomation automation={automation} />
{automationSettings && <FormPrSizeLabelerSettings form={form} />}
<FormPrSizeLabelerSettings form={form} />
</>
}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ export const AutomationPrTitleCheckPage = () => {
content={
<>
<HeaderAutomation automation={automation} />

{automationSettings && <FormPrTitleCheckSettings form={form} />}
<FormPrTitleCheckSettings form={form} />
</>
}
/>
Expand Down

0 comments on commit 97fe71c

Please sign in to comment.