diff --git a/src/Components/VoteButton/VoteButton.tsx b/src/Components/VoteButton/VoteButton.tsx
index 4cbeb5a..4987313 100644
--- a/src/Components/VoteButton/VoteButton.tsx
+++ b/src/Components/VoteButton/VoteButton.tsx
@@ -257,7 +257,7 @@ export default function VoteButton({
/> {numberFormatter(votes + voteCnt)}
- {btnState === 'loading' &&
+ {(btnState === 'loading' || btnState === 'fail') &&