Skip to content

Commit

Permalink
feat(forecasted): update close and open date on the details view
Browse files Browse the repository at this point in the history
  • Loading branch information
lsr-explore committed Oct 16, 2024
1 parent 76945e6 commit 6df9cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/views/GrantDetailsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ import GrantActivity from '@/components/GrantActivity.vue';
const HEADER = '__HEADER__';
const FAR_FUTURE_CLOSE_DATE = '2100-01-01';
const NOT_YET_ISSUED_TEXT = 'Not Yet Issued';
const NOT_YET_ISSUED_TEXT = 'Not yet issued';
export default {
components: {
Expand Down

0 comments on commit 6df9cc2

Please sign in to comment.