From ee9a5218136047fef4b3d2923406f1bfc719336c Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Mon, 21 Jun 2021 20:52:01 +0200 Subject: [PATCH] Bugfix/fix base currency in pricing page (#180) * Fix base currency * Update changelog --- CHANGELOG.md | 4 ++++ apps/client/src/app/pages/pricing/pricing-page.html | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b598d2c..e4fb393e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +- Fixed the base currency on the pricing page + ## 1.20.0 - 21.06.2021 ### Added diff --git a/apps/client/src/app/pages/pricing/pricing-page.html b/apps/client/src/app/pages/pricing/pricing-page.html index ffd86fbb2..d7563cea6 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.html +++ b/apps/client/src/app/pages/pricing/pricing-page.html @@ -181,7 +181,10 @@ >{{ user?.settings.baseCurrency || baseCurrency }} {{ price - coupon }} - {{ user.settings.baseCurrency }} {{ price }} + {{ user?.settings.baseCurrency || baseCurrency }} {{ price + }} {{ price }}