Fix broken markdown renderer
This switches away from the old markdown renderer to the new one at https://github.com/damus-io/swift-markdown-ui Changelog-Fixed: Fix broken markdown renderer
This commit is contained in:
@@ -11,8 +11,6 @@ struct FollowUserView: View {
|
||||
let target: FollowTarget
|
||||
let damus_state: DamusState
|
||||
|
||||
static let markdown = Markdown()
|
||||
|
||||
var body: some View {
|
||||
HStack {
|
||||
UserViewRow(damus_state: damus_state, pubkey: target.pubkey)
|
||||
|
||||
Reference in New Issue
Block a user