{this.props.upload.message.replace(/\r[^\n]/g, '\n')}) :
- null;
-
-
- const titleMessage = R.cond([
- [R.equals(STATUS.SUCCEEDED), R.always(
- - The program uploaded successfully. -
- )], - [R.equals(STATUS.FAILED), R.always( -- Oops! Error occured. -
- )], - [R.T, R.always( -
- Your program is uploading onto device.
- Do not unplug the device.
-