diff options
-rw-r--r-- | lib/postrunner/ChartView.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/ChartView.rb b/lib/postrunner/ChartView.rb index 806ded3..44df2fe 100644 --- a/lib/postrunner/ChartView.rb +++ b/lib/postrunner/ChartView.rb @@ -30,7 +30,7 @@ module PostRunner :unit => select_unit('min/km'), :graph => :line_graph, :colors => '#0A7BEE', - :show => @sport == 'running' || @sport = 'multisport', + :show => @sport == 'running' || @sport == 'multisport', }, { :id => 'speed', |