diff --git a/lib/Screens/Visit/beaconArticleFound.dart b/lib/Screens/Visit/beaconArticleFound.dart index f00c7d8..c9a45ba 100644 --- a/lib/Screens/Visit/beaconArticleFound.dart +++ b/lib/Screens/Visit/beaconArticleFound.dart @@ -127,9 +127,10 @@ class _BeaconArticleFoundState extends State { print("EMPTY resourcesModel - getSectionImage"); return null; } + } else { + // ONLINE + return ResourceModel(id: sectionFound.imageId, source: sectionFound.imageSource, type: ResourceType.Image); } - - return null; } }