Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 21, 2024
1 parent 686e500 commit 005eb96
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { HorisontalSeparator } from '../ui/separators'
import Link from 'next/link'

export default function ValidatorCard ({ validator, rate, className }) {

return (
<div className={`InfoBlock InfoBlock--Gradient ValidatorCard ${validator.loading ? 'ValidatorCard--Loading' : ''} ${className || ''}`}>
<div className={'ValidatorCard__Header'}>
Expand Down

0 comments on commit 005eb96

Please sign in to comment.