-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3697 - View Assessment Updates #3813
Changes from 8 commits
9d2a36b
47256e3
99be1d8
afcd4d9
e134cfa
75c658e
c9b5223
f192a54
8980fb6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<template> | ||
<body-header | ||
title="Summary" | ||
subTitle="Below is the summary from your assessment. To view your entire assessment, click on View assessment." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this period in the end to be removed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's fine to keep the period. The AC is to replace the sentence, and it makes sense to keep the period at the end for a sentence. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I thought there was a period at the end, but there wasn't. It's updated. |
||
title="Funding summary" | ||
subTitle="Below is the summary from your assessment. To view your Notice of Assessment, click on view assessment." | ||
> | ||
<template #actions> | ||
<v-btn | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return awardValue === undefined ? getFormattedMoneyValue(awardValue) : "(Not eligible)";
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the opposite @andrepestana-aot when undefined
"(Not eligible)"
needs to return. Are you saying this as a suggestion?