Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Fixed incorrect indentation in pages/password-reset.js:49
Browse files Browse the repository at this point in the history
  • Loading branch information
artkravchenko committed Oct 29, 2016
1 parent 97c9f2c commit 9478646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/password-reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const ResetForm = (props) => {
<button type="submit" className="button button-big button-green">Submit</button>
</div>
</form>
);
);
};

export const SuccessMessage = () => {
Expand Down

0 comments on commit 9478646

Please sign in to comment.