Skip to content

Commit 7cb04f1

Browse files
committed
Fix bundle access
1 parent eb1eeaf commit 7cb04f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenSwiftUICore/View/Image/NamedImage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extension Image {
3535
guard case .bundle(let bundle) = self else {
3636
return nil
3737
}
38-
return nil
38+
return bundle
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)