department-of-veterans-affairs/vets-website

View on GitHub
src/applications/representative-appoint/definitions/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
export const claimantRelationships = {
  SPOUSE: 'I’m the Veteran’s spouse',
  CHILD: 'I’m the Veteran’s child',
  PARENT: 'I’m the Veteran’s parent',
  RELATIONSHIP_NOT_LISTED: 'We don’t have a relationship that’s listed here',
};

// Moment date format
export const DATE_FORMAT = 'LL';