Issues related to other bible
Issues related Other Bible -select dropdown value are now coming from server -if bible verse not available it will display the message-"Sorry,Bible Verse not Available"
- it will show the message "loading..." when the api is call till the result is displayed
Merge request reports
Activity
added In Progress/ Review label
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
- Resolved by Administrator
46 63 const classes = useStyles(); 47 64 48 return ( 65 return ( <div > 66 <div style={{display:'flex',justifyContent:'space-between'}}> 67 <div style={{width:'250px'}}> 68 <p>Other Bible</p> 69 </div> 70 <div style={{color:'black',margin:'auto'}}> 71 <BibleSelect 72 onChange={setBible} 73 width={150} 74 //height={200} 75 value={bible} 76 componentName={'Select Bible'} 77 //sourceLangCode={props.sourceLangCode} changed this line in version 2 of the diff
By Liju Jacob on 2022-09-14T19:47:57 (imported from GitLab)
By Uday Kumar on 2022-09-14T19:47:57 (imported from GitLab)
By Administrator on 2022-09-14T19:47:57 (imported from GitLab)
66 <div style={{display:'flex',justifyContent:'space-between'}}> 67 <div style={{width:'250px'}}> 68 <p>Other Bible</p> 69 </div> 70 <div style={{color:'black',margin:'auto'}}> 71 <BibleSelect 72 onChange={setBible} 73 width={150} 74 //height={200} 75 value={bible} 76 componentName={'Select Bible'} 77 //sourceLangCode={props.sourceLangCode} 78 /> 79 </div> 80 </div> 81 {/* {console.log(obverse)} */} changed this line in version 2 of the diff
By Liju Jacob on 2022-09-14T19:47:57 (imported from GitLab)
By Uday Kumar on 2022-09-14T19:47:57 (imported from GitLab)
By Administrator on 2022-09-14T19:47:57 (imported from GitLab)
added 1 commit
- 0d392e37 - removed the unncessary comments
By Liju Jacob on 2022-09-14T19:47:57 (imported from GitLab)
By Uday Kumar on 2022-09-14T19:47:57 (imported from GitLab)
By Administrator on 2022-09-14T19:47:57 (imported from GitLab)
mentioned in commit 92149f2d
By Uday Kumar on 2022-09-14T20:12:08 (imported from GitLab)
By Uday Kumar on 2022-09-14T20:12:08 (imported from GitLab)
By Administrator on 2022-09-14T20:12:08 (imported from GitLab)