diff --git a/daily-thought-frontend/src/components/post/AnswerCard.tsx b/daily-thought-frontend/src/components/post/AnswerCard.tsx
index d55d476005153d227d2bd40f3e422982b15772c2..1d03dfc947be6d6602a4ef0763e23e39487d5044 100644
--- a/daily-thought-frontend/src/components/post/AnswerCard.tsx
+++ b/daily-thought-frontend/src/components/post/AnswerCard.tsx
@@ -38,7 +38,7 @@ const AnswerCard: FC<PropsWithChildren<AnswerCardProps>> = ({
               <ChatBubbleLeftIcon className="h-6 w-6" aria-hidden="true"/>
             </button>
           </div>
-          <LikeStack Users={[post.User, post.User, post.User, post.User, post.User]} />
+          <LikeStack Users={[post.User, post.User, post.User, post.User, post.User, post.User]} />
         </div>
       </div>
     
diff --git a/daily-thought-frontend/src/components/post/LikeStack.tsx b/daily-thought-frontend/src/components/post/LikeStack.tsx
index 7656f1dc8dd5b50141feab605cb604ebab79151b..5ab25e4e0d32f68710c6c9eaf3576993e9e7893b 100644
--- a/daily-thought-frontend/src/components/post/LikeStack.tsx
+++ b/daily-thought-frontend/src/components/post/LikeStack.tsx
@@ -26,7 +26,7 @@ const LikeStack:FC<PropsWithChildren<LikeStackProps>> = ({
           } else if (index === 3) {
             return (
               <div className="inline-block h-6 w-6 rounded-full ring-2 ring-white bg-gray-100 flex items-center justify-center">
-                <p className="text-c-pink text-xs">{`+${Users.length - 3}`}</p>
+                <p className="text-c-pink text-xs">{`+${Users.length - 4}`}</p>
               </div>
             )
           } else {