From 9c15c330469b0d2906762eb0245af304c6056b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Tue, 12 Nov 2024 15:55:40 +0100 Subject: [PATCH] fix: update boostagram ts type to numeric --- pages/Transaction.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/Transaction.tsx b/pages/Transaction.tsx index 845f130..bf6b06d 100644 --- a/pages/Transaction.tsx +++ b/pages/Transaction.tsx @@ -24,8 +24,8 @@ type Boostagram = { podcast: string; url: string; episode?: string; - itemID?: string; - ts?: string; + itemID?: number; + ts?: number; message?: string; sender_id: string; sender_name: string; @@ -186,8 +186,8 @@ function PodcastingInfo({ boost }: { boost: Boostagram }) { {boost.action && ( )} - {boost.ts && ( - + {boost.ts !== undefined && ( + )} {boost.value_msat_total && (