Skip to content

Commit

Permalink
fix: lint remove vars defined but never used
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasrosa committed Nov 22, 2023
1 parent e0dd5c3 commit 8f0b334
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/Modal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client'

import { useModal } from '@/hooks/useModal'
import { Button, Title } from '@tremor/react'
import { Button } from '@tremor/react'

export default function Modal() {
const { showModal, title, content, closeBtnTitle, closeModal } = useModal()
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/home/tickers-table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
TableBody,
TableHead,
TableRow,
TableHeaderCell,
} from '@tremor/react'

import { usePortfolios } from '@/hooks/usePortfolios'
Expand Down

0 comments on commit 8f0b334

Please sign in to comment.