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 b13ecf9 commit ac5a09bCopy full SHA for ac5a09b
lib/shared/widgets/headline_tile_image_start.dart
@@ -183,7 +183,7 @@ class _HeadlineMetadataRow extends StatelessWidget {
183
Routes.topicDetails,
184
extra: EntityDetailsPageArguments(
185
entity: headline.topic,
186
- entityType: ContentType.topic,
+ contentType: ContentType.topic,
187
),
188
);
189
},
@@ -207,7 +207,7 @@ class _HeadlineMetadataRow extends StatelessWidget {
207
Routes.sourceDetails,
208
209
entity: headline.source,
210
- entityType: ContentType.source,
+ contentType: ContentType.source,
211
212
213
0 commit comments