fix: AppSwitcher now using correct Lettings BDM product ID#705
fix: AppSwitcher now using correct Lettings BDM product ID#705kurtdoherty merged 1 commit intomainfrom
AppSwitcher now using correct Lettings BDM product ID#705Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ✅ code/snyk check is complete. No issues have been found. (View Details) |
4862602 to
2932494
Compare
| case 'keywhere': | ||
| return hasAccess ? <img src={KeyWhere} /> : <img src={KeyWhereDisabled} /> | ||
| case 'autoResponder': | ||
| return hasAccess ? <img src={AutoResponder} /> : <img src={AutoResponderDisabled} /> |
There was a problem hiding this comment.
note: lettingsBDM -> bdm plus some other alphabetising
2932494 to
b7311a3
Compare
| @@ -28,6 +28,8 @@ Beta versions should be relatively stable but subject to occssional breaking cha | |||
| - **fix:** `Badge` label no longer wraps when it has insufficient space. | |||
| - **feat!:** `SupplementaryInfo` now supports a `colour` prop that allows the colour of all items to be set. A new default of `inherit` is also used for both `SupplementaryInfo` and `SupplementaryInfo.Item`. | |||
| - **fix:** `StatusIndicator` text no longer wraps when it has insufficient space. | |||
There was a problem hiding this comment.
note: scouting the mention of the new experimental SearchInput in the labs folder.
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
What it says on the tin.