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
|
|
@ -49,9 +49,7 @@ export function SimulationListItem({ item }: Props) {
|
|||
</p>
|
||||
</div>
|
||||
) : (
|
||||
<div className="shrink-0 text-right text-xs text-ink-4">
|
||||
Score à venir
|
||||
</div>
|
||||
<div className="shrink-0 text-right text-xs text-ink-4">Score à venir</div>
|
||||
)}
|
||||
</div>
|
||||
</Link>
|
||||
|
|
|
|||
|
|
@ -272,7 +272,7 @@ describe('SimulationsList — pagination', () => {
|
|||
})
|
||||
|
||||
describe('SimulationsList — états transverses', () => {
|
||||
it('isError → affiche le callout d\'erreur', () => {
|
||||
it("isError → affiche le callout d'erreur", () => {
|
||||
renderWithRouter(
|
||||
<SimulationsList
|
||||
plan="standard"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue