;
+ // ---- Empty state when no planning projects exist ----
+
+ if (projects.length === 0) {
+ return (
+
+
+ Capital Planning
+
+
+
+
+
+ No projects in the capital plan
+
+
+ Capital Planning displays projects that have a target year assigned.
+ Head over to the Projects page to define your reserve and operating
+ projects, then assign target years to see them here.
+
+ }
+ onClick={() => navigate('/projects')}
+ >
+ Go to Projects
+
+
+