We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e580f commit 1fae73eCopy full SHA for 1fae73e
1 file changed
components/testimonials/TestimonialCard.tsx
@@ -12,7 +12,6 @@ interface TestimonialCardProps {
12
13
const TestimonialCard: React.FC<TestimonialCardProps> = ({
14
avatarSrc = '/avatar-placeholder.png',
15
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
16
avatarFallback = 'U',
17
name,
18
username,
0 commit comments