Skip to content

Commit

Permalink
Made changes to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyapeiris authored Nov 27, 2022
1 parent 58f6210 commit 877bfad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
const response = await fetch(url);
const data = await response.json();
console.log(data);
return {
medicines: data.medicines.map((i) => {
return {
Expand Down

0 comments on commit 877bfad

Please sign in to comment.