mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 19:08:11 +08:00
whitespace
This commit is contained in:
@@ -34,7 +34,6 @@ import {
|
||||
}
|
||||
})
|
||||
class Continuous extends React.Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
@@ -57,9 +56,6 @@ class Continuous extends React.Component {
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
|
||||
|
||||
|
||||
|
||||
if (
|
||||
nextProps.ranges &&
|
||||
!this.state.parallelExists
|
||||
@@ -79,6 +75,7 @@ class Continuous extends React.Component {
|
||||
height,
|
||||
margin
|
||||
)
|
||||
|
||||
this.setState({
|
||||
parallelExists: true,
|
||||
dimensions,
|
||||
|
||||
Reference in New Issue
Block a user