mirror of
https://codeberg.org/secana/Forji.git
synced 2026-06-16 05:13:55 -07:00
fix: missing comma on preview
This commit is contained in:
parent
33c6938b6c
commit
18d61c4b18
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ private struct CommentEditSheet: View {
|
|||
#Preview {
|
||||
List {
|
||||
CommentView(
|
||||
comment: .preview currentUsername: "testuser",
|
||||
comment: .preview, currentUsername: "testuser",
|
||||
|
||||
onSave: nil,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue