Skip to content

Commit 9cd3ef1

Browse files
authored
align CallMonitorPage with CallHistoryPage on brand module usage (#390)
1 parent 75fec9d commit 9cd3ef1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/containers/CallMonitorPage/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import i18n from './i18n';
44

55
function mapToProps(_, {
66
locale,
7+
brand,
78
callMonitor,
89
regionSettings,
910
connectivityMonitor,
@@ -17,6 +18,7 @@ function mapToProps(_, {
1718
return {
1819
enableContactFallback,
1920
active: true,
21+
brand: brand.fullName,
2022
title: i18n.getString('title', locale.currentLocale),
2123
currentLocale: locale.currentLocale,
2224
calls: callMonitor.calls,

0 commit comments

Comments
 (0)