Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ash956901 authored Oct 20, 2023
1 parent d098d39 commit f227269
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ async function getUser(username){

catch(e){
alert("No user found with the entered username");

repoData.innerText="";
followData.innerText="";
followingData.innerText="";
}
}

Expand Down

0 comments on commit f227269

Please sign in to comment.