Skip to content

Commit d818b31

Browse files
committed
formatting
1 parent 569b33b commit d818b31

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

stubs/inertia/resources/js/Pages/Profile/Show.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
<div>
1010
<div class="max-w-7xl mx-auto py-10 sm:px-6 lg:px-8">
11-
<update-profile-information-form
12-
:user="$page.user" />
11+
<update-profile-information-form :user="$page.user" />
1312

1413
<jet-section-border />
1514

stubs/inertia/resources/js/Pages/Profile/UpdateProfileInformationForm.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@
8888
JetSecondaryButton,
8989
},
9090
91-
props: {
92-
user: Object,
93-
},
91+
props: ['user'],
9492
9593
data() {
9694
return {

0 commit comments

Comments
 (0)