Make getter private
parent
d71140f193
commit
867f8b343a
|
@ -39,7 +39,7 @@ class ThresholdsList extends PureComponent<Props> {
|
|||
showListHeading: false,
|
||||
}
|
||||
|
||||
get sortedColors() {
|
||||
private get sortedColors() {
|
||||
const {thresholdsListColors} = this.props
|
||||
const sortedColors = _.sortBy(thresholdsListColors, 'value')
|
||||
|
||||
|
|
Loading…
Reference in New Issue