Commit 8f43a23
Fix div-inside-p hydration error in ResearchGroupCard
Move Flex outside of Text to avoid nesting a div inside a p element,
which caused a React hydration error in the browser console.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 31b5b2d commit 8f43a23
File tree
1 file changed
+5
-5
lines changed- client/src/pages/ResearchGroupAdminPage/components
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments