Skip to content

Commit 872bb22

Browse files
committed
main_view image
1 parent 3ae6b89 commit 872bb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/view/main_view.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class _MainViewState extends State<MainView> {
9393
padding: const EdgeInsets.only(bottom: 15),
9494
child: Text(
9595
postController
96-
.posts[postController.posts.length - 1 - index].title,
96+
.posts[index].title,
9797
style: TextStyle(
9898
fontSize: 16,
9999
fontWeight: FontWeight.w600

0 commit comments

Comments
 (0)