fix feed links
This commit is contained in:
@@ -59,7 +59,9 @@ class FeedArticleScreen extends HookConsumerWidget {
|
||||
);
|
||||
|
||||
final articleLink = useMemoized(
|
||||
() => article.links?.getRelation(FeedLinkRelation.alternate),
|
||||
() =>
|
||||
article.links?.getRelation(FeedLinkRelation.alternate) ??
|
||||
article.links?.getRelation(null),
|
||||
[article],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user