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 && (