mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
fix: handle type errors in build
This commit is contained in:
@@ -175,7 +175,7 @@ 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()}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user