Merge pull request #149 from WDI-Ideas/bugs22aug
bugs solved for tagdetail page and community page
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user