Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Dec 4, 2024
1 parent 0e289a1 commit 64b13c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/components/home/daily-loan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export function DailyLoan(props: {
const { receivedLoanToday: receivedTxnLoan, checkTxns } =
useHasReceivedLoanToday(user)
const { data } = useAPIGetter('get-next-loan-amount', { userId: user.id })
console.log('data', data)
const notEligibleForLoan = (data?.amount ?? 0) < 1

const receivedLoanToday = receivedTxnLoan || justReceivedLoan
Expand Down

0 comments on commit 64b13c6

Please sign in to comment.