minor tweak
This commit is contained in:
parent
18da04ba08
commit
eb1712e5fb
|
@ -41,7 +41,7 @@ const styles = StyleSheet.create({
|
|||
|
||||
interface IThreadDetails {
|
||||
item: {
|
||||
tcount?: string | number;
|
||||
tcount?: number | string;
|
||||
replies?: any;
|
||||
id: string;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue