Skip to content

Commit dda3a89

Browse files
committed
Update comment
1 parent 1413358 commit dda3a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/inertia_rails/renderer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def keep_prop?(prop, path)
179179
return false if excluded_by_except_partial_keys?(path_with_prefixes)
180180
end
181181

182-
# Precedence: Evaluate LazyProp only after partial keys have been checked
182+
# Precedence: Evaluate IgnoreOnFirstLoadProp only after partial keys have been checked
183183
return false if prop.is_a?(IgnoreOnFirstLoadProp) && !rendering_partial_component?
184184

185185
true

0 commit comments

Comments
 (0)