Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 10, 2020
1 parent 533acda commit 350f66e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class DynamicColorProperty extends DynamicStyleProperty<ColorDynamicOptio
}

_getMbColor() {
if (!this._field || !this.getFieldName()) {
if (!this.getFieldName()) {
return null;
}

Expand Down

0 comments on commit 350f66e

Please sign in to comment.