From eb1712e5fbae23b00ec35807a1034576ff6cad51 Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Mon, 17 Jan 2022 10:47:15 -0400 Subject: [PATCH] minor tweak --- app/containers/ThreadDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/ThreadDetails.tsx b/app/containers/ThreadDetails.tsx index 0bfe91757..a51b63616 100644 --- a/app/containers/ThreadDetails.tsx +++ b/app/containers/ThreadDetails.tsx @@ -41,7 +41,7 @@ const styles = StyleSheet.create({ interface IThreadDetails { item: { - tcount?: string | number; + tcount?: number | string; replies?: any; id: string; };