Prettier 2.0 (#393)

This commit is contained in:
Steve Faulkner
2021-01-20 09:15:01 -06:00
committed by GitHub
parent c1937ca464
commit 4be53284b5
500 changed files with 41927 additions and 41838 deletions

View File

@@ -24,7 +24,7 @@ export class CodeOfConductComponent extends React.Component<CodeOfConductCompone
super(props);
this.state = {
readCodeOfConduct: false
readCodeOfConduct: false,
};
this.descriptionPara1 = "Azure CosmosDB Notebook Gallery - Code of Conduct and Privacy Statement";
@@ -81,11 +81,11 @@ export class CodeOfConductComponent extends React.Component<CodeOfConductCompone
styles={{
label: {
margin: 0,
padding: "2 0 2 0"
padding: "2 0 2 0",
},
text: {
fontSize: 12
}
fontSize: 12,
},
}}
label="I have read and accepted the code of conduct and privacy statement"
onChange={this.onChangeCheckbox}