Composer: Remove unavailable features when editing close #868

This commit is contained in:
Thomas Ricouard 2023-02-15 06:44:51 +01:00
parent c4b9e74bcd
commit b707749558
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public struct StatusEditorView: View {
@ViewBuilder
private var accountHeaderView: some View {
if let account = currentAccount.account {
if let account = currentAccount.account, !viewModel.mode.isEditing {
HStack {
AppAccountsSelectorView(routerPath: RouterPath(),
accountCreationEnabled: false,