Skip to content

Commit

Permalink
#2700: nostr stats, client side Array(7)
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed Sep 1, 2024
1 parent d4692d0 commit db53c4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function Statistics({ isAuthenticated }) {
<Stat title={t('Connected to networks')}>
<ul className="list-unstyled text-right">
{!statistics
? Array(6).map(i => (
? Array(7).map(i => (
<li key={i}>
<CountPlaceholder />
</li>
Expand Down

0 comments on commit db53c4c

Please sign in to comment.