Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 834a992

Browse files
authored
Fix Swift compiler error for ambiguous toolbar modifier
1 parent dee8155 commit 834a992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/prosign/views/CertificateView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct OfficialCertificatesView: View {
143143
}
144144
.navigationTitle("Official Certificates")
145145
.navigationBarTitleDisplayMode(.inline)
146-
.toolbar {
146+
.toolbar(.navigationBarLeading) {
147147
ToolbarItem(placement: .navigationBarLeading) {
148148
Button("×") {
149149
dismiss()

0 commit comments

Comments
 (0)