Merge pull request #44 from rhysm94/fix-namespace-issue

Removes the unused namespace property
This commit is contained in:
Shaps 2023-03-19 23:05:59 +00:00 committed by GitHub
commit 556d42f391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ struct ToolbarModifier: ViewModifier {
}
}
@Namespace private var namespace
func body(content: Content) -> some View {
content
.navigationBarItems(leading: leading, trailing: trailing)