Panels with campaign statistics and some fixes in computation of clicks.
This commit is contained in:
parent
ba996d845d
commit
d103a2cc79
18 changed files with 811 additions and 96 deletions
|
@ -28,7 +28,7 @@ class Breadcrumb extends Component {
|
|||
const params = this.props.params;
|
||||
let title;
|
||||
if (typeof entry.title === 'function') {
|
||||
title = entry.title(this.props.resolved);
|
||||
title = entry.title(this.props.resolved, params);
|
||||
} else {
|
||||
title = entry.title;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue