Skip to content

Commit

Permalink
stat
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMHH committed Oct 19, 2023
1 parent 5633db7 commit e2f3fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Game.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
{#if modeData.modes[$mode].historical}
<h2 class="historical">Statistics not available for historical games</h2>
{:else}
<Statistics data={stats} />
<Distribution distribution={stats.guesses} {game} />
<!-- <Statistics data={stats} /> -->
<!-- <Distribution distribution={stats.guesses} {game} /> -->
{/if}
<Separator visible={!game.active}>
<Timer
Expand Down

0 comments on commit e2f3fa1

Please sign in to comment.