+
-
+
{{ formattedTimestamp }}
@@ -87,37 +123,37 @@
\ No newline at end of file
+
diff --git a/src/types/index.ts b/src/types/index.ts
index fcb53b1..4eb29df 100644
--- a/src/types/index.ts
+++ b/src/types/index.ts
@@ -1,6 +1,6 @@
export interface GiveRecordWithContactInfo {
jwtId: string;
- fullClaim: any; // Replace with proper type
+ fullClaim: unknown; // Replace with proper type
giver: {
known: boolean;
displayName: string;
@@ -17,4 +17,4 @@ export interface GiveRecordWithContactInfo {
subDescription?: string;
image?: string;
timestamp: string;
-}
\ No newline at end of file
+}