File tree 1 file changed +3
-2
lines changed
web/src/pages/Courts/CourtDetails
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ import { responsiveSize } from "styles/responsiveSize";
28
28
import StatDisplay , { IStatDisplay } from "components/StatDisplay" ;
29
29
import { StyledSkeleton } from "components/StyledSkeleton" ;
30
30
import { commify } from "utils/commify" ;
31
- import { CustomAccordion , DropdownSelect } from "@kleros/ui-components-library" ;
31
+ import { Accordion , DropdownSelect } from "@kleros/ui-components-library" ;
32
32
import { useHomePageExtraStats } from "queries/useHomePageExtraStats" ;
33
33
34
- const StyledAccordion = styled ( CustomAccordion ) `
34
+ const StyledAccordion = styled ( Accordion ) `
35
35
width: 100%;
36
36
margin-bottom: 12px;
37
37
> * > button {
@@ -260,6 +260,7 @@ const Stats = () => {
260
260
261
261
return (
262
262
< StyledAccordion
263
+ defaultExpanded = { 0 }
263
264
items = { [
264
265
{
265
266
title : "Statistics" ,
You can’t perform that action at this time.
0 commit comments