Skip to content

Commit

Permalink
fix: remove + char
Browse files Browse the repository at this point in the history
  • Loading branch information
phojie committed Jan 13, 2023
1 parent b82e284 commit a2d7fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const toggleEdit = (title: string, type?: 'edit' | 'editPassword') => {
Phone
</dt>
<dd class="flex mt-1 text-sm text-gray-900 sm:col-span-2 sm:mt-0">
<span class="flex-grow">+{{ user.phone }}</span>
<span class="flex-grow">{{ user.phone }}</span>
<span class="flex-shrink-0 ml-4">
<button
type="button"
Expand Down

0 comments on commit a2d7fb9

Please sign in to comment.