We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf8a2e commit 776ce3bCopy full SHA for 776ce3b
lib/pages/article/article.dart
@@ -170,7 +170,7 @@ class _ArticlePageState extends State<ArticlePage> {
170
final preview = PostPreview(
171
id: articleId,
172
title: post.title,
173
- hubs: [],
+ flows: [],
174
publishDate: post.publishDate,
175
statistics: Models.Statistics.zero(),
176
author: post.author,
lib/stores/habr_storage.dart
@@ -114,7 +114,7 @@ class HabrStorage {
114
115
return PostPreview(
116
id: post.id,
117
118
119
120
statistics: Statistics.zero(),
0 commit comments