Merge pull request #149 from WDI-Ideas/bugs22aug

bugs solved for tagdetail page and community page
This commit is contained in:
Shubham Shetty
2024-08-22 20:21:49 +05:30
committed by GitHub

View File

@@ -673,7 +673,7 @@ class _PopularTabState extends State<PopularTab> {
itemBuilder: (context, index) {
var timeAgo = ConvertServerDateToUserDate()
.convertServerDateToReadableFormate(
popularpostobj!.data[index].createdAt
commonobjmodel!.data[index].createdAt
.toString());
return Column(