Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed May 1, 2019
1 parent 37febe8 commit a60fc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/user/User.js
Expand Up @@ -10,7 +10,7 @@ import { Component as Breadcrumbs } from "src/components/breadcrumbs";
import { Component as FieldValidationMessage } from "src/components/field-validation-message";
import { Component as ConfirmDelete } from "src/components/confirm-delete";

const isPassword = password => password.length > 5
const isPassword = password => password.length > 5;

import "./user.css";

Expand Down

0 comments on commit a60fc32

Please sign in to comment.