diff --git a/source/components/rule/Rule.js b/source/components/rule/Rule.js index 85f9b0542..0f1b15c61 100644 --- a/source/components/rule/Rule.js +++ b/source/components/rule/Rule.js @@ -22,6 +22,7 @@ import { noUserInputSelector, ruleAnalysisSelector } from 'Selectors/analyseSelectors' +import Animate from 'Ui/animate' import { AttachDictionary } from '../AttachDictionary' import Algorithm from './Algorithm' import Examples from './Examples' @@ -73,73 +74,75 @@ export default compose( ) : (
- - {title} - - - - - {this.renderToggleSourceButton()} -
- {displayedRule.nodeValue ? ( -
-