From 2ccf2057de7c27a0f339d412ede59bc92c86ad2d Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 13 Sep 2022 21:54:07 +0200 Subject: [PATCH] Fix typo --- ui/src/components/WorkRepository.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/WorkRepository.svelte b/ui/src/components/WorkRepository.svelte index fb35131..6a80cb3 100644 --- a/ui/src/components/WorkRepository.svelte +++ b/ui/src/components/WorkRepository.svelte @@ -107,7 +107,7 @@ Dernière récupération : {#if repo.last_check}{:else}-{/if} {#if repo_pull_state} - showlogs(repo)} /> + showLogs(repo)} /> {/if}