add comma to 1000
This commit is contained in:
@ -86,7 +86,7 @@ export default contain(
|
|||||||
onClick={ ()=> {
|
onClick={ ()=> {
|
||||||
appActions.updateRoute('/jobs/new');
|
appActions.updateRoute('/jobs/new');
|
||||||
}}>
|
}}>
|
||||||
Post a job: $1000
|
Post a job: $1,000
|
||||||
</Button>
|
</Button>
|
||||||
<div className='spacer' />
|
<div className='spacer' />
|
||||||
</Col>
|
</Col>
|
||||||
|
Reference in New Issue
Block a user