diff --git a/Forji/Forji/Views/CommentView.swift b/Forji/Forji/Views/CommentView.swift index 0eda52c..5453740 100644 --- a/Forji/Forji/Views/CommentView.swift +++ b/Forji/Forji/Views/CommentView.swift @@ -111,7 +111,7 @@ private struct CommentEditSheet: View { #Preview { List { CommentView( - comment: .preview currentUsername: "testuser", + comment: .preview, currentUsername: "testuser", onSave: nil, )