# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1615646091 -3600 # Node ID 9e3c7d7fcbff8677c38b11f18915f1a0291f6189 # Parent 2f9845d59a595f50160be60549b7dd89435234ea Minor updates UI diff -r 2f9845d59a59 -r 9e3c7d7fcbff LazyBear/UI/CompanyRow.swift --- a/LazyBear/UI/CompanyRow.swift Sat Mar 13 15:32:36 2021 +0100 +++ b/LazyBear/UI/CompanyRow.swift Sat Mar 13 15:34:51 2021 +0100 @@ -28,7 +28,6 @@ Spacer() if showPrice { PriceView(symbol: symbol, showVertical: true) - .animation(.easeInOut) } }