Skip to content

Commit 5b1d18d

Browse files
author
Manu
committed
- small bug from solveing a github issue
1 parent e875e07 commit 5b1d18d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/UserProfile.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class UserProfile extends Component {
5454
/>
5555
<FormInputs
5656
ncols={["col-md-6", "col-md-6"]}
57-
proprieties={[
57+
properties={[
5858
{
5959
label: "First name",
6060
type: "text",
@@ -73,7 +73,7 @@ class UserProfile extends Component {
7373
/>
7474
<FormInputs
7575
ncols={["col-md-12"]}
76-
proprieties={[
76+
properties={[
7777
{
7878
label: "Adress",
7979
type: "text",
@@ -86,7 +86,7 @@ class UserProfile extends Component {
8686
/>
8787
<FormInputs
8888
ncols={["col-md-4", "col-md-4", "col-md-4"]}
89-
proprieties={[
89+
properties={[
9090
{
9191
label: "City",
9292
type: "text",

0 commit comments

Comments
 (0)