lib/cryptum/ui/ticker.rb in cryptum-0.0.285 vs lib/cryptum/ui/ticker.rb in cryptum-0.0.286

- old
+ new

@@ -16,10 +16,10 @@ this_product = order_book[:this_product] quote_increment = this_product[:quote_increment] fiat_smallest_decimal = quote_increment.to_s.split('.')[-1].length - symbol_out = "#{this_product[:id]}.#{option_choice.market_trend_reset_label}" + symbol_out = "#{this_product[:id]}.D" fiat = this_product[:quote_currency].to_sym fiat_symbol = '?' fiat_symbol = '$' if fiat == :USD fiat_symbol = "\u20ac" if fiat == :EUR