Skip to content

Commit 06b0db5

Browse files
author
John Pinto
committed
Updated the tag in app/views/org_admin/conditions/_form.html.erb
<% condition = condition ||= nil %> with concise expression as in <% condition ||= nil %>.
1 parent a58017c commit 06b0db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/org_admin/conditions/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<% condition = condition ||= nil %>
1+
<% condition ||= nil %>
22

33
<div class="row condition-partial mb-3">
44
<%

0 commit comments

Comments
 (0)