diff --git a/old-ui/app/components/notice.js b/old-ui/app/components/notice.js index 7c97c91b0..559e88d07 100644 --- a/old-ui/app/components/notice.js +++ b/old-ui/app/components/notice.js @@ -83,6 +83,7 @@ Notice.prototype.render = function () { title, ]), h('div.markdown', { + key: 'notice-div-key', onScroll: (e) => { var object = e.currentTarget if (object.offsetHeight + object.scrollTop + 100 >= object.scrollHeight) { @@ -108,6 +109,7 @@ Notice.prototype.render = function () { ]), h('button', { + key: 'notice-button-key', disabled, onClick: () => { this.setState({disclaimerDisabled: true})