flip-ya-numbers
Advanced tools
Comparing version 0.0.1-beta.5 to 0.0.1-beta.6
@@ -102,3 +102,5 @@ 'use strict'; | ||
this.updateNumber(activeNumber); | ||
if (activeNumber !== this.props.activeNumber) { | ||
this.updateNumber(activeNumber); | ||
} | ||
} | ||
@@ -105,0 +107,0 @@ }, { |
{ | ||
"name": "flip-ya-numbers", | ||
"version": "0.0.1-beta.5", | ||
"version": "0.0.1-beta.6", | ||
"description": "flip your numbers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -58,3 +58,5 @@ // @flow | ||
componentDidUpdate({ activeNumber }: PropTypes) { | ||
this.updateNumber(activeNumber); | ||
if (activeNumber !== this.props.activeNumber) { | ||
this.updateNumber(activeNumber); | ||
} | ||
} | ||
@@ -61,0 +63,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
236624
651