Skip to content

Commit 258c615

Browse files
committed
FIx script.js
1 parent a5e7ef6 commit 258c615

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/script.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ function displayStats(stats) {
3232
container.innerHTML = `
3333
<h2>Some Statistics</h2>
3434
<div class="stat-item">
35-
<span class="stat-label">Total Visitors:</span>
36-
<span class="stat-value">${stats}</span>
35+
<span class="stat-value">${stats.stringify()}</span>
3736
</div>
3837
<!-- Add more stats as needed -->
3938
`;

0 commit comments

Comments
 (0)