Move and rename pfp image view

This commit is contained in:
OlegAba
2023-03-29 18:57:50 -04:00
committed by William Casarin
parent 8ec1fa29b1
commit 72b51a81de
2 changed files with 6 additions and 6 deletions

View File

@@ -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))
}