/**
* Implements hook_ENTITY_TYPE_view().
*/
function MYMODULE_user_view(array &$build, UserInterface $account, EntityViewDisplayInterface $display) {
if ($component = $display->getComponent('dating')) {
$node = Node::load('67');
$view_builder = \Drupal::entityTypeManage