Move and rename pfp image view
This commit is contained in:
@@ -39,7 +39,7 @@ struct ProfileImageContainerView: View {
|
||||
}
|
||||
}
|
||||
|
||||
struct ProfileZoomView: View {
|
||||
struct ProfilePicImageView: View {
|
||||
|
||||
let pubkey: String
|
||||
let profiles: Profiles
|
||||
@@ -87,7 +87,7 @@ struct ProfileZoomView_Previews: PreviewProvider {
|
||||
static let pubkey = "ca48854ac6555fed8e439ebb4fa2d928410e0eef13fa41164ec45aaaa132d846"
|
||||
|
||||
static var previews: some View {
|
||||
ProfileZoomView(
|
||||
ProfilePicImageView(
|
||||
pubkey: pubkey,
|
||||
profiles: make_preview_profiles(pubkey))
|
||||
}
|
||||
Reference in New Issue
Block a user