diff --git a/lib/towerops_web/live/site_live/show.html.heex b/lib/towerops_web/live/site_live/show.html.heex index f897d710..53627d16 100644 --- a/lib/towerops_web/live/site_live/show.html.heex +++ b/lib/towerops_web/live/site_live/show.html.heex @@ -86,7 +86,7 @@
- {if @qoe_summary[:score], do: :erlang.float_to_binary(@qoe_summary[:score], decimals: 1), else: "—"} + {if @qoe_summary[:score], do: Float.round(@qoe_summary[:score] / 1, 1), else: "—"}