Minor fixes
This commit is contained in:
@@ -66,7 +66,7 @@ Clipperz.PM.UI.Components.CardToolbarClass = React.createClass({
|
||||
notificationCounter: function () {
|
||||
var result;
|
||||
|
||||
console.log("CARD TOOLBAR NOTIFICATIONS", this.props['notifications']);
|
||||
// console.log("CARD TOOLBAR NOTIFICATIONS", this.props['notifications']);
|
||||
|
||||
if (this.props['notifications']) {
|
||||
result = this.props['notifications'].length;
|
||||
|
||||
@@ -120,9 +120,9 @@ Clipperz.PM.UI.Components.ExtraFeatures.PlanClass = React.createClass({
|
||||
|
||||
this.renderCertificateSection(),
|
||||
|
||||
React.DOM.div({'className': 'upgrade'}, [
|
||||
React.DOM.button({'className':'button disabled', 'type':'submit'}, "upgrade")
|
||||
])
|
||||
// React.DOM.div({'className': 'upgrade'}, [
|
||||
// React.DOM.button({'className':'button disabled', 'type':'submit'}, "upgrade")
|
||||
// ])
|
||||
|
||||
])
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user