From 899a3c44813f0c911a4a14765ddac0548e7cb20f Mon Sep 17 00:00:00 2001 From: Arthur Campbell Date: Tue, 18 Apr 2023 10:47:21 +0100 Subject: [PATCH] amend step value on earnings --- app/models/form/lettings/questions/earnings.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/lettings/questions/earnings.rb b/app/models/form/lettings/questions/earnings.rb index 445710f09..fdf702740 100644 --- a/app/models/form/lettings/questions/earnings.rb +++ b/app/models/form/lettings/questions/earnings.rb @@ -10,7 +10,7 @@ class Form::Lettings::Questions::Earnings < ::Form::Question @min = 0 @guidance_partial = "what_counts_as_income" @hint_text = "" - @step = 1 + @step = 0.01 @prefix = "£" @suffix = [ { "label" => " every week", "depends_on" => { "incfreq" => 1 } },