test exp diag
Deploy / build_and_push_images (push) Successful in 1m36s Details
Deploy / deploy_to_server_dev (push) Successful in 38s Details

This commit is contained in:
Kseninia Mikhaylova 2024-07-25 09:06:40 +03:00
parent 47199cf48e
commit 329f92921e
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ export const use_extra_section = () => useState('extra_section', () => 0)
export const use_total_length = () => useState('total_length', () => (((min + 104) * n) + 104) * 0.001) export const use_total_length = () => useState('total_length', () => (((min + 104) * n) + 104) * 0.001)
export const use_min_length = () => useState('min_length', () => 700) export const use_min_length = () => useState('min_length', () => 700)
export const use_max_size = () => useState<number>('max_size', () => 20) export const use_max_size = () => useState<number>('max_size', () => 20)
export const use_explosion_state = () => useState<boolean>('explosion_state', () => false) export const use_explosion_state = () => useState<boolean>('explosion_state', () => true)