diff --git a/lib/Main_Screens/Community_HomePage/Community.dart b/lib/Main_Screens/Community_HomePage/Community.dart index 41cfc94..cdc8154 100644 --- a/lib/Main_Screens/Community_HomePage/Community.dart +++ b/lib/Main_Screens/Community_HomePage/Community.dart @@ -673,7 +673,7 @@ class _PopularTabState extends State { itemBuilder: (context, index) { var timeAgo = ConvertServerDateToUserDate() .convertServerDateToReadableFormate( - popularpostobj!.data[index].createdAt + commonobjmodel!.data[index].createdAt .toString()); return Column(