style: prettier format
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
79bbbdc4e8
commit
99617f117c
45 changed files with 229 additions and 302 deletions
|
|
@ -117,11 +117,7 @@ export function SimulationForm({
|
|||
|
||||
const tipsAllowed = hasAccess(plan, 'tips')
|
||||
const ideesDisabled =
|
||||
isSubmitting ||
|
||||
idees.isLoading ||
|
||||
!sujet ||
|
||||
!tipsAllowed ||
|
||||
wordCount < MIN_WORDS_IDEES
|
||||
isSubmitting || idees.isLoading || !sujet || !tipsAllowed || wordCount < MIN_WORDS_IDEES
|
||||
const ideesTitle = !tipsAllowed
|
||||
? 'Disponible en Standard'
|
||||
: wordCount < MIN_WORDS_IDEES
|
||||
|
|
@ -311,11 +307,7 @@ export function SimulationForm({
|
|||
className="w-full resize-none overflow-y-hidden rounded-md border border-line bg-surface p-3 text-sm text-ink-1 placeholder:text-ink-5 focus:border-expria focus:outline-none focus:shadow-focus disabled:cursor-not-allowed disabled:opacity-50"
|
||||
/>
|
||||
<WordCountBar count={wordCount} config={config} />
|
||||
<NclcCibleSelector
|
||||
value={nclcCible}
|
||||
onChange={setNclcCible}
|
||||
disabled={isSubmitting}
|
||||
/>
|
||||
<NclcCibleSelector value={nclcCible} onChange={setNclcCible} disabled={isSubmitting} />
|
||||
|
||||
{autosave.savedAt && !fieldError && (
|
||||
<p className="text-xs text-ink-4" aria-live="polite">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue