import React, { Component } from 'react'; import { connect} from 'react-redux'; import * as actions from "../actions/searchStaffByIdAction"; import { bindActionCreators } from "redux"; import SearchFullInfoStaff from '../components/SearchStaffsPage/SearchFullInfoStaff' import LeftMenu from '../container/LeftMenu' import Header from '../container/Header' class SearchInfoStaffsInfo extends Component { componentDidMount(){ const { getSeacrhStaffsDataById, match } = this.props getSeacrhStaffsDataById(match.params.id) } render() { return (