File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-json-view-lite" ,
3- "version" : " 0.9.5 " ,
3+ "version" : " 0.9.6 " ,
44 "description" : " JSON viewer component for React focused on performance for large volume input while still providing few customiziation features" ,
55 "homepage" : " http://anyroad.github.io/react-json-view-lite" ,
66 "author" : " AnyRoad" ,
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ function JsonPrimitiveValue({
199199 < div className = { style . basicChildStyle } role = 'listitem' >
200200 { field && < span className = { style . label } > { field } :</ span > }
201201 < span className = { valueStyle } > { stringValue } </ span >
202- { ! lastElement && < span className = { style . label } > ,</ span > }
202+ { ! lastElement && < span className = { style . punctuation } > ,</ span > }
203203 </ div >
204204 ) ;
205205}
You can’t perform that action at this time.
0 commit comments