Skip to content

Commit

Permalink
fix: remove double $props() in UpdateProfileInformation component
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya committed Nov 16, 2024
1 parent 10b1379 commit a2f23ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
import { fade } from 'svelte/transition';
import { cubicInOut } from 'svelte/easing';
let { class: className = '' } = $props();
let {
class: className = '',
mustVerifyEmail,
status,
} = $props();
Expand Down

0 comments on commit a2f23ef

Please sign in to comment.