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 ea24542 commit ce34e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Cards/Content/CardTipsterContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export type CardTipsterContentProps = unknown
* @param {CardTipsterContentProps} props - CardTipsterContentProps
* @returns {JSX.Element} CardTipsterContent component
*/
// eslint-disable-next-line
export const CardTipsterContent = (props: CardTipsterContentProps): JSX.Element => {

export const CardTipsterContent = (): JSX.Element => {
const [expanded, setExpanded] = useState(false)

const handleExpandClick = () => {
Expand Down

0 comments on commit ce34e5f

Please sign in to comment.