Skip to content

Commit ecae513

Browse files
authored
Update packages/svelte/src/internal/client/reactivity/props.js
1 parent 930916d commit ecae513

File tree

1 file changed

+1
-3
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-3
lines changed

packages/svelte/src/internal/client/reactivity/props.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,6 @@ export function prop(props, key, flags, fallback) {
401401

402402
return value;
403403
}
404-
var current = get(current_value);
405-
406-
return current;
404+
return get(current_value);
407405
};
408406
}

0 commit comments

Comments
 (0)