mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-22 06:20:44 +01:00
Prettier 2.0 (#393)
This commit is contained in:
@@ -14,7 +14,7 @@ export class CollapsibleSectionComponent extends React.Component<CollapsibleSect
|
||||
constructor(props: CollapsibleSectionProps) {
|
||||
super(props);
|
||||
this.state = {
|
||||
isExpanded: true
|
||||
isExpanded: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user