FIX: better handling of no prev30Days (#6301)

This commit is contained in:
Joffrey JAFFEUX
2018-08-22 18:00:11 +02:00
committed by GitHub
parent f01169d6ff
commit c08dea386b
5 changed files with 18 additions and 3 deletions

View File

@ -439,7 +439,7 @@ const Report = Discourse.Model.extend({
case "high-trending-down":
return higherIsBetter ? "angle-double-down" : "angle-double-up";
default:
return null;
return "minus";
}
}
});