+ Member count tracked over time against the goal set for the org's + current stage. +
++ + {numberFmt.format(latestActual)} + + {latestGoal !== null && ( + <> + {" of "} + + {numberFmt.format(latestGoal)} + + {gapText && ( + + · {gapText} + + )} + > + )} +
+ )} +