refactor: format and lint react files

This commit is contained in:
ramvignesh-b
2026-04-22 16:43:43 +05:30
parent 694715a90c
commit 27b725e8ec
4 changed files with 21 additions and 19 deletions
+3 -1
View File
@@ -175,7 +175,9 @@ export default function Drawer() {
id={letter.public_id}
preview={letter.metadata?.recipient || "Future Self"}
timestamp={formatRelativeDate(letter.updated_at)}
unlock_at={formateRelativeDateWithoutTime(letter.unlock_at || "")}
unlock_at={formateRelativeDateWithoutTime(
letter.unlock_at || "",
)}
isLocked={letter.unlock_at > new Date().toISOString()}
/>
))}