From a2f23efbd7d3ac48a4a6e77e76ee10f103b51bd0 Mon Sep 17 00:00:00 2001 From: Kresna Satya Date: Sat, 16 Nov 2024 22:52:36 +0800 Subject: [PATCH] fix: remove double $props() in UpdateProfileInformation component --- .../Pages/Profile/Partials/UpdateProfileInformationForm.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stubs/inertia-svelte/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.svelte b/stubs/inertia-svelte/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.svelte index 95a6a062..7d90784f 100644 --- a/stubs/inertia-svelte/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.svelte +++ b/stubs/inertia-svelte/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.svelte @@ -7,9 +7,8 @@ import { fade } from 'svelte/transition'; import { cubicInOut } from 'svelte/easing'; - let { class: className = '' } = $props(); - let { + class: className = '', mustVerifyEmail, status, } = $props();