From 18d61c4b185eec38397a6b41c8aa5dbfcc71cee9 Mon Sep 17 00:00:00 2001 From: Stefan Hausotte Date: Sun, 8 Mar 2026 19:55:08 +0100 Subject: [PATCH] fix: missing comma on preview --- Forji/Forji/Views/CommentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )