Fix typo
This commit is contained in:
parent
0d42143156
commit
2ccf2057de
@ -107,7 +107,7 @@
|
||||
</div>
|
||||
Dernière récupération : <strong>{#if repo.last_check}<DateFormat date={new Date(repo.last_check)} dateStyle="medium" timeStyle="medium" />{:else}-{/if}</strong>
|
||||
{#if repo_pull_state}
|
||||
<BuildState {repo_pull_state} on:show_logs={() => showlogs(repo)} />
|
||||
<BuildState {repo_pull_state} on:show_logs={() => showLogs(repo)} />
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user