Skip to content

Commit

Permalink
fix: UserInformation layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed Sep 21, 2024
1 parent 1531d19 commit 80db733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/user/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const UserProfile: React.FC<UserProfileProps> = ({
</div>


<div className="ml-auto flex items-center mt-[10px] mr-[50px]">
<div className="flex items-center mt-[10px]">

{targetMemberId &&
userMemberId && ( // Check both IDs are available
Expand Down

0 comments on commit 80db733

Please sign in to comment.