fix format

This commit is contained in:
Anderson Oki 2024-04-23 15:11:25 +09:00
parent 674bbc8be9
commit 394d5fa70d
1 changed files with 5 additions and 5 deletions

View File

@ -68,11 +68,11 @@ const SeriesView: FunctionComponent = () => {
}
return (
<Progress.Root
key={title}
size="xl"
>
<Progress.Section value={progress} color={episodeMissingCount === 0 ? "brand" : "yellow"}>
<Progress.Root key={title} size="xl">
<Progress.Section
value={progress}
color={episodeMissingCount === 0 ? "brand" : "yellow"}
>
<Progress.Label>{label}</Progress.Label>
</Progress.Section>
</Progress.Root>