fix: missing comma on preview

This commit is contained in:
Stefan Hausotte 2026-03-08 19:55:08 +01:00
parent 33c6938b6c
commit 18d61c4b18

View file

@ -111,7 +111,7 @@ private struct CommentEditSheet: View {
#Preview {
List {
CommentView(
comment: .preview currentUsername: "testuser",
comment: .preview, currentUsername: "testuser",
onSave: nil,
)