Skip to content

Commit ae38c7a

Browse files
committed
Fix JSX syntax errors in WellnessDashboard component
- Remove extra closing div tags that were causing build failures - Fix mismatched opening/closing tags in FeatureGate section
1 parent 9b0f4fd commit ae38c7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/WellnessDashboard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ const WellnessDashboard: React.FC = () => {
174174
</Link>
175175
</div>
176176
)}
177-
</div>
178177
</div>
179178
</FeatureGate>
180179

0 commit comments

Comments
 (0)