Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jul 1, 2024
2 parents f5b4fdd + 1d5ae9b commit 02e77dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const PostBase = memo((props: PostBaseProps) => {
)}
>
{props.post.u}
{props.post.u === "Supernoodles99" && !props.reply
{props.post.u === "noodles" && !props.reply
? " 🧀"
: undefined}
</button>
Expand Down

0 comments on commit 02e77dc

Please sign in to comment.