Skip to content

Commit

Permalink
Update Home.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 11, 2024
1 parent f9169dd commit 0953d3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ const Home = () => {
}

const onLoad = async () => {
const amount = 100
const res = await bookcarsHelper.convertPrice(amount, 'USD', 'EUR')
console.log(`${amount} USD = ${res} EUR`)
let _suppliers = await SupplierService.getAllSuppliers()
_suppliers = _suppliers.filter((supplier) => supplier.avatar && !/no-image/i.test(supplier.avatar))
bookcarsHelper.shuffle(_suppliers)
Expand Down

0 comments on commit 0953d3e

Please sign in to comment.