Skip to content

Conversation

@shakilhossain1
Copy link
Collaborator

No description provided.

@jbeard4 jbeard4 temporarily deployed to yourpeer-bugfix-118-fix-3hhrks June 25, 2025 12:42 Inactive
@jbeard4 jbeard4 requested a review from Copilot June 28, 2025 01:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the rendering of document requirements in the Service component by changing the conditional logic to display "No documents required" instead of "No proofs required".

  • Updated the conditional check for document requirement text.
  • Modified the output message to align with the updated condition.

Comment on lines +380 to +381
req === "No documents required"
? "No documents required"
Copy link

Copilot AI Jun 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider extracting the literal string 'No documents required' into a constant to avoid duplication and ensure consistency in future updates.

Suggested change
req === "No documents required"
? "No documents required"
req === NO_DOCUMENTS_REQUIRED
? NO_DOCUMENTS_REQUIRED

Copilot uses AI. Check for mistakes.
@jbeard4
Copy link
Member

jbeard4 commented Jun 30, 2025

This streetlives-web branch was created from age branch, so let's get the age change in first, then return to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants