return (
    <CurrentUserContext.Consumer>
      {(currentUser) => {
        if (user.id !== currentUser!.id) {
          return;