{#if user === undefined} {:else} {#await activityHistoryData} {:then activities} {#if activities === undefined} {:else} {@const filledActivities = fillMissingDays(activities)}
{#if generated} {/if}
Days in risk of developing an activity history hole Days in which you did not log any activity or only have one activity logged.
    {#each filledActivities as activity} {#if activity.amount === 0}
  • {new Date( activity.date * 1000 + new Date().getTimezoneOffset() * 60 * 1000 ).toDateString()}
  • {/if} {/each}
{/if} {/await} {/if}