| 40 | }, [comments]) |
| 41 | |
| 42 | const clockToDateString = timestamp => |
| 43 | timeAgo.format(new Date(timestamp.toNumber() * 1000), 'twitter-now') |
| 44 | |
| 45 | const postDetail = async () => { |
| 46 | const result = await viewDetail(post.index, post) |
nothing calls this directly
no outgoing calls
no test coverage detected