alessiodam / CC-Bank-frontend

The frontend for Bank Of ComputerCraft
https://cc-bank-frontend-tkb-studios.vercel.app
MIT License
1 stars 2 forks source link

ReferenceError: window is not defined #18

Closed okunamayanad closed 5 months ago

okunamayanad commented 5 months ago
 ⨯ src\app\dashboard\page.tsx (396:25) @ window
 ⨯ ReferenceError: window is not defined
    at Dashboard (./src/app/dashboard/page.tsx:852:48)
  394 |             <CreateTransactionButton
  395 |               setBalance={setBalance}
> 396 |               isDesktop={window.innerWidth > 1024}
      |                         ^
  397 |               fetchTransactions={fetchTransactions}
  398 |             />
  399 |           </CardHeader>

Know the fix for this one, will make a PR soon.

okunamayanad commented 5 months ago

Fixed in #20