Web: Files: Refactoring.

This commit is contained in:
Tatiana Lopaeva 2022-01-13 16:21:08 +03:00
parent 9a236cabf5
commit bed51de56e

View File

@ -53,7 +53,7 @@ const SimulatePassword = ({
if (hasError) return;
onClickActions(password);
onClickActions && onClickActions(password);
};
const setPasswordSettings = (newPassword) => {