diff --git a/app/src/components/Generation/EngineModelSelector.tsx b/app/src/components/Generation/EngineModelSelector.tsx index 7f4f600b..d9856421 100644 --- a/app/src/components/Generation/EngineModelSelector.tsx +++ b/app/src/components/Generation/EngineModelSelector.tsx @@ -139,7 +139,7 @@ export function EngineModelSelector({ form, compact, selectedProfile }: EngineMo - + {availableOptions.map((opt) => ( {opt.label} diff --git a/app/src/components/Generation/FloatingGenerateBox.tsx b/app/src/components/Generation/FloatingGenerateBox.tsx index 7618490b..d09d489f 100644 --- a/app/src/components/Generation/FloatingGenerateBox.tsx +++ b/app/src/components/Generation/FloatingGenerateBox.tsx @@ -555,7 +555,7 @@ export function FloatingGenerateBox({ - + {profiles?.map((profile) => ( {profile.name} @@ -582,7 +582,7 @@ export function FloatingGenerateBox({ - + {engineLangs.map((lang) => ( {lang.label} @@ -610,7 +610,7 @@ export function FloatingGenerateBox({ - + {t('generation.effects.none')}