Skip to content

Commit

Permalink
Merge pull request #75 from go-cham/Hyeonmin
Browse files Browse the repository at this point in the history
Feat: 작성자는 투표항목 안보이게 수정
  • Loading branch information
wildcatco authored Aug 20, 2023
2 parents 184e1e1 + 6994a63 commit 8cace74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function CommentHeader({
age={age}
isAdmin={email === ADMIN_EMAIL}
/>
{choice && (
{choice && !isWriter && (
<div className="flex items-center space-x-[6px]">
<div className="h-[0.3rem] w-[0.3rem] rounded-full bg-[#cccfd4]"></div>
<span className="accent-text-subTitle-700 font-system-body1">
Expand Down

0 comments on commit 8cace74

Please sign in to comment.