Skip to content

Commit b7d7dd2

Browse files
committed
fix start/checks/VerifyButton typo
1 parent 512e0d3 commit b7d7dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Start/Checks/VerifyButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class VerifyButton extends React.Component<{
1515
return (
1616
<FlatButton
1717
label='Verify Setup Complete'
18-
primtary={true}
18+
primary={true}
1919
onTouchTap={this.props.verify}
2020
/>
2121
);

0 commit comments

Comments
 (0)