<Typographystyle={{fontSize:12}}>{`Created by : ${this.state.tempData===null?'':(this.state.tempData.created===null?'-':this.state.tempData.created)}`}</Typography>
<Typographystyle={{fontSize:11}}>{`Created By : ${this.state.tempData===null?'':(this.state.tempData.created===null?'-':this.state.tempData.created)}`}</Typography>
<Typographystyle={{fontSize:11}}>{`Updated By : ${this.state.tempData===null?'':(this.state.tempData.updated===null?'-':this.state.tempData.updated)}`}</Typography>