Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mandanakhademi committed Mar 11, 2024
1 parent e976de3 commit ec9a3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/unaccompanied_minor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def is_cancelled?
end

def is_submitted?
self.transferred_at.present?
transferred_at.present?
end

def sponsor_full_name?
Expand Down

0 comments on commit ec9a3bd

Please sign in to comment.