Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Sep 22, 2024
1 parent fe9a04d commit 6fb75aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/atoms/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function AvatarComponent({
};

function AvatarComponent() {

return (
<AvatarContainer size={size} sizeLength={sizeLength}>
<ImageContainer
Expand Down Expand Up @@ -114,7 +113,9 @@ function AvatarComponent({
return (
<>
{!isLink ? (
<AvatarComponent />
<Box>
<AvatarComponent />
</Box>
) : (
<Link href={`/profile/${uid}`} style={{ outline: "none" }}>
<AvatarComponent />
Expand Down

0 comments on commit 6fb75aa

Please sign in to comment.