Added services section title to match current section
这个提交包含在:
父节点
49fa8a82e3
当前提交
3f945fca7a
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
@ -36,6 +36,9 @@ class ServicesSectionScreen extends React.Component<Props> {
|
||||||
this.finalDataset = this.props.route.params.data;
|
this.finalDataset = this.props.route.params.data;
|
||||||
// reset params to prevent infinite loop
|
// reset params to prevent infinite loop
|
||||||
this.props.navigation.dispatch(CommonActions.setParams({data: null}));
|
this.props.navigation.dispatch(CommonActions.setParams({data: null}));
|
||||||
|
this.props.navigation.setOptions({
|
||||||
|
headerTitle: this.finalDataset.title,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
正在加载…
在新工单中引用