Skip to content

Commit

Permalink
Fix stray bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Jul 27, 2020
1 parent bd56ba6 commit 1354faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/authenticators/make.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class MakeCredentialView extends React.Component<Props, State> {
renderCredential() {
return (
<Box display="flex" flexDirection="column" flex={1}>
<Typography style={labelStyle}>ClientDataHash</Typography>}
<Typography style={labelStyle}>ClientDataHash</Typography>
<TextField
onChange={(e) => this.onChange(e, 'clientDataHash')}
value={this.state.credential.clientDataHash}
Expand Down

0 comments on commit 1354faf

Please sign in to comment.