Skip to content

Commit

Permalink
Update CardTipsterContent.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BuenClima committed Dec 27, 2023
1 parent ce34e5f commit 229bc18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Cards/Content/CardTipsterContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const CardTipsterContent = (): JSX.Element => {
const [expanded, setExpanded] = useState(false)

const handleExpandClick = () => {
console.log('in')
setExpanded(!expanded)
}

Expand Down

0 comments on commit 229bc18

Please sign in to comment.