Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sweng66 committed Oct 7, 2019
1 parent 660226b commit a04c673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js_src/components/annotationSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AnnotationSummary extends Component {

renderBlock(d) {
if (d.is_curator_activity) {
return <blockquote hello-1 />
return (<blockquote hello-1 />);
}
if (d.value) {
return (
Expand Down

0 comments on commit a04c673

Please sign in to comment.