Composer: Remove unavailable features when editing close #868
This commit is contained in:
parent
c4b9e74bcd
commit
b707749558
|
@ -213,7 +213,7 @@ public struct StatusEditorView: View {
|
||||||
|
|
||||||
@ViewBuilder
|
@ViewBuilder
|
||||||
private var accountHeaderView: some View {
|
private var accountHeaderView: some View {
|
||||||
if let account = currentAccount.account {
|
if let account = currentAccount.account, !viewModel.mode.isEditing {
|
||||||
HStack {
|
HStack {
|
||||||
AppAccountsSelectorView(routerPath: RouterPath(),
|
AppAccountsSelectorView(routerPath: RouterPath(),
|
||||||
accountCreationEnabled: false,
|
accountCreationEnabled: false,
|
||||||
|
|
Loading…
Reference in New Issue