Skip to content

Commit fc28798

Browse files
Fix textual summary duplication bug
1 parent 96a2db9 commit fc28798

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/javascript/react/textual_summary_wrapper.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import textualSummaryGenericClick from './textual_summary_click';
66
export default (props) => {
77
const onClick = props.onClick || textualSummaryGenericClick;
88
const component = <TextualSummary onClick={onClick} {...props} />;
9-
109
if (props.options && Object.keys(props.options).length > 0) {
1110
document.addEventListener('DOMContentLoaded', () => {
1211
ReactDOM.render(component, document.body.appendChild(document.createElement('div')));

0 commit comments

Comments
 (0)