Skip to content

Commit

Permalink
chore(ui): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Aug 28, 2024
1 parent ea014c6 commit 5db7b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const RegionalGuidanceSettings = memo(() => {
{flags.hasPositivePrompt && (
<>
<RegionalGuidancePositivePrompt />
{(!flags.hasNegativePrompt && flags.hasIPAdapters) && <Divider />}
{!flags.hasNegativePrompt && flags.hasIPAdapters && <Divider />}
</>
)}
{flags.hasNegativePrompt && (
Expand Down

0 comments on commit 5db7b48

Please sign in to comment.