Make getter private

chore/tables-to-TS
ebb-tide 2018-05-10 13:46:33 -07:00
parent d71140f193
commit 867f8b343a
1 changed files with 1 additions and 1 deletions

View File

@ -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')