We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f43dda commit f44a405Copy full SHA for f44a405
1 file changed
src/components/common/Diff/DiffSection.tsx
@@ -50,7 +50,7 @@ const DiffSection = ({
50
doneTitleRef,
51
}: DiffSectionProps) => {
52
const [areAllCollapsed, setAllCollapsed] = useState<boolean | undefined>(
53
- undefined
+ isDoneSection ? true : undefined
54
)
55
56
const getIsUpgradingFrom61To62 = useCallback(() => {
0 commit comments