Fix activeProjects reference to use stats object
cgen-d129a6cdf2744e0ea79326e6d806d263
This commit is contained in:
parent
7b1fd9b63a
commit
b401b9259d
1 changed files with 2 additions and 2 deletions
|
|
@ -132,10 +132,10 @@ export default function Dashboard() {
|
|||
);
|
||||
}
|
||||
|
||||
const stats = [
|
||||
const statsDisplay = [
|
||||
{
|
||||
label: "Active Projects",
|
||||
value: activeProjects,
|
||||
value: stats.activeProjects,
|
||||
icon: Rocket,
|
||||
color: "from-blue-500 to-purple-600",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue