Skip to content

Commit

Permalink
Remove Text
Browse files Browse the repository at this point in the history
  • Loading branch information
sinoru committed Sep 19, 2021
1 parent 0d04e6c commit 1ff8f1c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ struct BatchDeleteTweetsView: View {
}
}
.environment(\.account, account)
.navigationTitle(Text("Delete Tweets"))
.navigationTitle("Delete Tweets")
.toolbar {
ToolbarItemGroup(placement: .cancellationAction) {
if isBatchDeletionFinished == false {
Expand Down

0 comments on commit 1ff8f1c

Please sign in to comment.