diff --git a/src/components/Dashboard/AttendanceChart.jsx b/src/components/Dashboard/AttendanceChart.jsx index 1fd024fa..ea3e2ba4 100644 --- a/src/components/Dashboard/AttendanceChart.jsx +++ b/src/components/Dashboard/AttendanceChart.jsx @@ -100,7 +100,7 @@ const AttendanceOverview = () => { }; return ( -
+
{/* Header */}
@@ -139,7 +139,7 @@ const AttendanceOverview = () => {
{/* Content */} -
+
{loading ? ( ) : error ? ( diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index 4c09056a..3d0f0a66 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -63,12 +63,12 @@ const Dashboard = () => {
-
+
{!isAllProjectsSelected && ( -
+
)} diff --git a/src/components/Dashboard/ExpenseByProject.jsx b/src/components/Dashboard/ExpenseByProject.jsx index 6dc2f49a..9d617efe 100644 --- a/src/components/Dashboard/ExpenseByProject.jsx +++ b/src/components/Dashboard/ExpenseByProject.jsx @@ -83,7 +83,7 @@ const ExpenseByProject = () => { ]; return ( -
+
{/* Header */}