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