We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a45ef3 commit 4c6830dCopy full SHA for 4c6830d
lark-ui/src/routes/app/projects/[id]/+page.svelte
@@ -64,6 +64,9 @@
64
<div class="submission-progress">
65
<p>Approval Status: {projectPageState.project.submissions[0].approvalStatus}</p>
66
<p>Submitted at {new Date(projectPageState.project.submissions[0].createdAt).toLocaleString()}</p>
67
+ {#if projectPageState.project.submissions[0].hoursJustification}
68
+ <p>Hours Justification: {projectPageState.project.submissions[0].hoursJustification}</p>
69
+ {/if}
70
</div>
71
{/if}
72
0 commit comments