From bf191dab92a4bac4e742c09bcbb6f40a2e4a5aee Mon Sep 17 00:00:00 2001 From: Ajay Date: Sat, 3 Sep 2022 01:09:16 -0400 Subject: [PATCH] fix react errors about using inherit --- src/components/ChapterVoteComponent.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ChapterVoteComponent.tsx b/src/components/ChapterVoteComponent.tsx index b1f590a7..6b9049a8 100644 --- a/src/components/ChapterVoteComponent.tsx +++ b/src/components/ChapterVoteComponent.tsx @@ -42,7 +42,7 @@ class ChapterVoteComponent extends React.Component this.vote(e, 1)}> + width={null} height={null} /> {/* Downvote Button */} @@ -92,8 +92,8 @@ class ChapterVoteComponent extends React.Component + width={null} + height={null} /> );