mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
remove ratings from master branch
This commit is contained in:
parent
a6e257bd27
commit
f5b34222a9
@ -112,14 +112,6 @@ let PrizePieceDetails = React.createClass({
|
|||||||
title="Prize Details"
|
title="Prize Details"
|
||||||
show={true}
|
show={true}
|
||||||
defaultExpanded={true}>
|
defaultExpanded={true}>
|
||||||
<StarRating
|
|
||||||
name="airbnb-rating"
|
|
||||||
caption=""
|
|
||||||
step={1}
|
|
||||||
size='lg'
|
|
||||||
rating={this.state.currentRating}
|
|
||||||
onRatingClick={this.onRatingClick}
|
|
||||||
ratingAmount={5} />
|
|
||||||
<Form ref='form'>
|
<Form ref='form'>
|
||||||
{Object.keys(this.props.piece.extra_data).map((data) => {
|
{Object.keys(this.props.piece.extra_data).map((data) => {
|
||||||
let label = data.replace('_', ' ');
|
let label = data.replace('_', ' ');
|
||||||
|
@ -76,6 +76,7 @@
|
|||||||
"react-progressbar": "^1.1.0",
|
"react-progressbar": "^1.1.0",
|
||||||
"react-router": "^0.13.3",
|
"react-router": "^0.13.3",
|
||||||
"react-router-bootstrap": "~0.16.0",
|
"react-router-bootstrap": "~0.16.0",
|
||||||
|
"react-star-rating": "~1.3.2",
|
||||||
"react-textarea-autosize": "^2.2.3",
|
"react-textarea-autosize": "^2.2.3",
|
||||||
"reactify": "^1.1.0",
|
"reactify": "^1.1.0",
|
||||||
"shmui": "^0.1.0",
|
"shmui": "^0.1.0",
|
||||||
@ -84,8 +85,7 @@
|
|||||||
"vinyl-buffer": "^1.0.0",
|
"vinyl-buffer": "^1.0.0",
|
||||||
"vinyl-source-stream": "^1.1.0",
|
"vinyl-source-stream": "^1.1.0",
|
||||||
"watchify": "^3.1.2",
|
"watchify": "^3.1.2",
|
||||||
"yargs": "^3.10.0",
|
"yargs": "^3.10.0"
|
||||||
"react-star-rating": "~1.3.2"
|
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"scriptPreprocessor": "node_modules/babel-jest",
|
"scriptPreprocessor": "node_modules/babel-jest",
|
||||||
|
Loading…
Reference in New Issue
Block a user