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 }}