Skip to content

Commit 3eb75db

Browse files
committed
feat: mbti 제거
1 parent 0a585cc commit 3eb75db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/Chat.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -574,11 +574,6 @@ const Chat = () => {
574574
{msg.nickname.charAt(0)}
575575
</div>
576576
)}
577-
{msg.mbti && (
578-
<span className="mt-1 text-xs text-gray-500">
579-
{msg.mbti}
580-
</span>
581-
)}
582577
</div>
583578
) : (
584579
<img

0 commit comments

Comments
 (0)