Skip to content

Commit 78aad1a

Browse files
committed
expand changelog by default
1 parent ff5b389 commit 78aad1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/inference/ui/ComparisonChangelog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function ComparisonChangelog({
2828
loading,
2929
totalDatesQueried,
3030
}: ComparisonChangelogProps) {
31-
const [isExpanded, setIsExpanded] = useState(false);
31+
const [isExpanded, setIsExpanded] = useState(true);
3232

3333
// Filter changelog entries to only show those matching selected GPUs and precisions.
3434
// For GPUs without a direct entry on a date, walk backwards to the most recent prior changelog.

0 commit comments

Comments
 (0)