Skip to content

Commit

Permalink
fix: Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr committed Dec 19, 2024
1 parent 56b34af commit 1453651
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ public struct TransferDetailsView: View {
.padding(.horizontal, value: .medium)
}
.appBackground()
.toolbar {
ToolbarItem(placement: .principal) {
Text(transfer.name)
.font(.ST.title2)
.foregroundStyle(.white)
}
}
.stNavigationBarStyle()
.stNavigationBarFullScreen(title: transfer.name)
.navigationDestination(for: FileUi.self) { file in
Expand Down

0 comments on commit 1453651

Please sign in to comment.