Skip to content

Commit

Permalink
Fix. PR comments
Browse files Browse the repository at this point in the history
Co-authored-by: deeptirawat1510 <[email protected]>
  • Loading branch information
yenugukeerthana and deeptirawat1510 committed Oct 10, 2023
1 parent 1b8509b commit 8f8be67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inventory/aushada/aushada.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ const Aushada = (props) => {
);

useEffect(async ()=>{
const response=await getRequest(globalPropertyUrl('eAushadha.inward'))
if(response==true){
const isAushadhaInwardAPI=await getRequest(globalPropertyUrl('eAushadha.inward'))
if(isAushadhaInwardAPI){
setEnableEaushadhaInwardApi(true);
}
const fetchInstituteIdByLocation = async () => {
Expand Down

0 comments on commit 8f8be67

Please sign in to comment.