Merge pull request 'calc min' (#38) from bx-1047-main into dev
Deploy / build_and_push_images (push) Successful in 1m28s Details
Deploy / deploy_to_server_dev (push) Successful in 1m10s Details

Reviewed-on: #38
This commit is contained in:
ksenia_mikhailova 2024-07-23 16:54:44 +03:00
commit 1c37ce8033
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const changeParametres = () => {
if ((form_state.total_length * 1000) <= (parametric.length.min + parametric.height.step)) { if ((form_state.total_length * 1000) <= (parametric.length.min + parametric.height.step)) {
form_state.total_length = (parametric.length.min + parametric.height.step) / 1000 form_state.total_length = (parametric.length.min + parametric.height.step) / 1000
return // return
} }
const lamelles = Math.floor(form_state.height / parametric.height.step) const lamelles = Math.floor(form_state.height / parametric.height.step)