1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 05:31:58 +02:00

acl information render refactored

This commit is contained in:
Cevo 2015-10-14 13:30:51 +02:00
parent f0761ec36b
commit a0ab076943

View File

@ -56,7 +56,7 @@ let AclInformation = React.createClass({
console.log('Aim is required when you want to place information text');
}
},
produceInformationBlock(){
produceInformationBlock() {
let enabledIndices = this.props.verbs;
let titleList = informationTexts.title;
let infoSentenceList = informationTexts.informationSentence;