File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " js-framework-benchmark-apprun-v2.23.8 " ,
2
+ "name" : " js-framework-benchmark-apprun-v2.23.10 " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " AppRun demo" ,
5
5
"main" : " index.js" ,
29
29
"webpack-cli" : " ^3.3.11"
30
30
},
31
31
"dependencies" : {
32
- "apprun" : " 2.23.9 "
32
+ "apprun" : " 2.23.10 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const update = {
51
51
52
52
const view = ( model ) => {
53
53
const rows = model . data . map ( ( curr ) => {
54
- const selected = curr . id == model . selected ? 'danger' : '' ;
54
+ const selected = curr . id == model . selected ? 'danger' : undefined ;
55
55
const id = curr . id ;
56
56
return < tr className = { selected } id = { id } key = { id } >
57
57
< td className = "col-md-1" > { id } </ td >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " js-framework-benchmark-apprun-v2.23.8 " ,
2
+ "name" : " js-framework-benchmark-apprun-v2.23.10 " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " AppRun demo" ,
5
5
"main" : " index.js" ,
29
29
"webpack-cli" : " ^3.3.11"
30
30
},
31
31
"dependencies" : {
32
- "apprun" : " 2.23.9 "
32
+ "apprun" : " 2.23.10 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const update = {
51
51
52
52
const view = ( model ) => {
53
53
const rows = model . data . map ( ( curr ) => {
54
- const selected = curr . id == model . selected ? 'danger' : '' ;
54
+ const selected = curr . id == model . selected ? 'danger' : undefined ;
55
55
const id = curr . id ;
56
56
return < tr className = { selected } id = { id } >
57
57
< td className = "col-md-1" > { id } </ td >
You can’t perform that action at this time.
0 commit comments