From a0e1b32b19902a10afdac7e178a3b484e4c8fffc Mon Sep 17 00:00:00 2001 From: Alex <$(pass /github/email)> Date: Tue, 8 Oct 2024 07:33:28 +0200 Subject: [PATCH] add: mandate_date_signed display --- frontend/src/routes/auth/about/[id]/+page.svelte | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/routes/auth/about/[id]/+page.svelte b/frontend/src/routes/auth/about/[id]/+page.svelte index 2d88b8f..1d52a6e 100644 --- a/frontend/src/routes/auth/about/[id]/+page.svelte +++ b/frontend/src/routes/auth/about/[id]/+page.svelte @@ -607,6 +607,13 @@ bind:value={user.bank_account.mandate_reference} placeholder={$t("placeholder.mandate_reference")} /> +
{#if isUpdating}