From 2ca26d149a57e57d34b587d4ae667d545e4a5b88 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Mon, 10 Jun 2019 13:48:45 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82efe230..a4d8f05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [fix] In `LineItemProviderCommissionMaybe.js` file check that `providerCommissionLineItem` exists. + In default transaction process the `providerCommissionLineItem` can be expected to be there but if + the process is using only customer commission there will be error. + [#1112](https://github.com/sharetribe/flex-template-web/pull/1112) - [fix] Fix a bug in showing review links. Because of the bug the second review link was not visible in `ActivityFeed`. [#1106](https://github.com/sharetribe/flex-template-web/pull/1106) - [fix] Emptying the priceFilter component in the searchPage caused a page breaking error.