application-spacing-fix #110

Merged
Ajdj100 merged 4 commits from application-spacing-fix into main 2025-12-16 10:08:18 -06:00
Showing only changes of commit 52b0e3e86d - Show all commits

View File

@@ -134,7 +134,7 @@ async function handleDeny(id) {
<!-- Application header --> <!-- Application header -->
<div> <div>
<h3 class="scroll-m-20 text-2xl font-semibold tracking-tight">{{ member_name }}</h3> <h3 class="scroll-m-20 text-2xl font-semibold tracking-tight">{{ member_name }}</h3>
<p class="text-muted-foreground">Submitted: {{ submitDate.toLocaleString("en-US", { <p class="text-muted-foreground">Submitted: {{ submitDate?.toLocaleString("en-US", {
year: "numeric", year: "numeric",
month: "long", month: "long",
day: "numeric", day: "numeric",