potential fix for an error on first time application view

This commit is contained in:
2025-12-16 11:03:31 -05:00
parent e949e32189
commit 52b0e3e86d

View File

@@ -134,7 +134,7 @@ async function handleDeny(id) {
<!-- Application header -->
<div>
<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",
month: "long",
day: "numeric",