Skip to content

Commit

Permalink
fix #4070 (#4074)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccn1010 authored Apr 1, 2024
1 parent e1d71a2 commit d4d0644
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/next-common/components/summary/gov2Summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export default function Gov2Summary({ summary }) {
title: "Deciding",
content: <span>{summary.decidingCount || 0}</span>,
},
{
title: "Preparing",
content: <span>{summary.preparingCount || 0}</span>,
},
{
title: "Active",
content: (
Expand Down

0 comments on commit d4d0644

Please sign in to comment.