astro-tractstack 2.2.5 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -336,11 +336,6 @@ export default function StoryKeepDashboard_Analytics({
|
|
|
336
336
|
? formatNumber(analytics.pulse.activeVisitors)
|
|
337
337
|
: '-'}
|
|
338
338
|
</div>
|
|
339
|
-
<div className="mt-1 text-xs text-gray-600">
|
|
340
|
-
{analytics.pulse
|
|
341
|
-
? `${formatNumber(analytics.pulse.activeLeads)} Leads, ${formatNumber(analytics.pulse.activeGuests)} Guests`
|
|
342
|
-
: 'Live sessions'}
|
|
343
|
-
</div>
|
|
344
339
|
</dd>
|
|
345
340
|
</div>
|
|
346
341
|
|