diff --git a/src/components/common/Diff/DiffSection.tsx b/src/components/common/Diff/DiffSection.tsx index 663836e6..380ced31 100644 --- a/src/components/common/Diff/DiffSection.tsx +++ b/src/components/common/Diff/DiffSection.tsx @@ -50,7 +50,7 @@ const DiffSection = ({ doneTitleRef, }: DiffSectionProps) => { const [areAllCollapsed, setAllCollapsed] = useState( - undefined + isDoneSection ? true : undefined ) const getIsUpgradingFrom61To62 = useCallback(() => {