Skip to content

Commit

Permalink
chore: fix lint offense
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <[email protected]>
  • Loading branch information
ahasunos committed Nov 15, 2023
1 parent d66a756 commit 98d5d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/case_contacts/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="pr-50">
<h5 class="mb-3"><%= form.label :occurred_at, "c. Date of contact" %></h5>
<div class="input-style-1">
<% occurred_at = @case_contact.occurred_at %>
<% occurred_at = @case_contact.occurred_at %>
<%= render "layouts/components/ranged_date_picker",
form: form, model_field: :occurred_at, initial_value: (occurred_at&.to_date),
max_date: "today", component_name: "occurred on" %>
Expand Down

0 comments on commit 98d5d73

Please sign in to comment.