We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fec9d commit 9cd3ef1Copy full SHA for 9cd3ef1
src/containers/CallMonitorPage/index.js
@@ -4,6 +4,7 @@ import i18n from './i18n';
4
5
function mapToProps(_, {
6
locale,
7
+ brand,
8
callMonitor,
9
regionSettings,
10
connectivityMonitor,
@@ -17,6 +18,7 @@ function mapToProps(_, {
17
18
return {
19
enableContactFallback,
20
active: true,
21
+ brand: brand.fullName,
22
title: i18n.getString('title', locale.currentLocale),
23
currentLocale: locale.currentLocale,
24
calls: callMonitor.calls,
0 commit comments