Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 7, 2020
1 parent 569b33b commit d818b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions stubs/inertia/resources/js/Pages/Profile/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

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

<jet-section-border />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@
JetSecondaryButton,
},
props: {
user: Object,
},
props: ['user'],
data() {
return {
Expand Down

0 comments on commit d818b31

Please sign in to comment.