fix: remove unnecessary div in profile page layout (#16091)

### What problem does this PR solve?

fix: remove unnecessary div in profile page layout

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2026-06-16 17:42:29 +08:00
committed by GitHub
parent a15e667b3c
commit ff2e76e77c

View File

@@ -276,7 +276,6 @@ const ProfilePage: FC = () => {
</FormControl>
</div>
<div className="flex w-full pt-1">
<div className="w-1/4"></div>
<FormMessage />
</div>
</FormItem>