mirror of
https://github.com/plankanban/planka.git
synced 2025-07-27 17:19:43 +02:00
Update dependencies
This commit is contained in:
parent
4da29f2d8e
commit
d1b74f9d11
145 changed files with 963 additions and 1149 deletions
|
@ -10,7 +10,7 @@ import { useForm } from '../../hooks';
|
|||
|
||||
import styles from './EditNameStep.module.css';
|
||||
|
||||
const createMessage = error => {
|
||||
const createMessage = (error) => {
|
||||
if (!error) {
|
||||
return error;
|
||||
}
|
||||
|
@ -88,7 +88,7 @@ const EditEmailStep = React.memo(
|
|||
|
||||
break;
|
||||
case 'Current password is not valid':
|
||||
setData(prevData => ({
|
||||
setData((prevData) => ({
|
||||
...prevData,
|
||||
currentPassword: '',
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue