Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Feb 8, 2017
1 parent 368cc73 commit 566c537
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/components/CreateAccountInfoBody/CreateAccount02Body.js
Expand Up @@ -6,7 +6,13 @@ const CreateAccount02Body = (props) => {
return (
<div className='createAccount02Body'>
<p style={ { textAlign: 'left' } }>
Rather, the greatest threat to an economy comes by way of that fellow who wears a suit & tie everyday, has a family, <i>never touches the stuff</i>, and yet exploits the same absence of accountability to grant funds and fallacious degrees to anyone who will justify stealing the public's purchasing power through the printing of money, polluting its supply with default risk, and manipulating its borrowing cost so that capital may continue to be acquired after producing nothing.
Rather, the greatest threat to an economy comes by way of that fellow
who wears a suit & tie everyday, has a family, <i>never touches the
stuff</i>, and yet exploits the same absence of accountability to grant
funds and fallacious degrees to anyone who will justify stealing the
public's purchasing power through the printing of money, polluting its
supply with default risk, and manipulating its borrowing cost so that
capital may continue to be acquired after producing nothing.
</p>
<Link to={ props.nextRoute }>
<button type='submit' style={ { marginTop: 20 } } className='btn form-spacing btn-style'>Next</button>
Expand Down

0 comments on commit 566c537

Please sign in to comment.