Skip to content

Commit

Permalink
images: fix non function call
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholguin committed Sep 30, 2023
1 parent 155249d commit badd168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion damus/Views/Images/ProfilePicImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct ProfileZoomView_Previews: PreviewProvider {
ProfilePicImageView(
pubkey: test_pubkey,
profiles: make_preview_profiles(test_pubkey),
settings: test_damus_state().settings
settings: test_damus_state.settings
)
}
}

0 comments on commit badd168

Please sign in to comment.