mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 10:11:00 +00:00
Fix #1548
This commit is contained in:
parent
379d2f36fb
commit
8b445324e0
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ struct StatusRowContextMenu: View {
|
|||
}
|
||||
if currentInstance.isEditSupported {
|
||||
Button {
|
||||
viewModel.routerPath.presentedSheet = .editStatusEditor(status: viewModel.status)
|
||||
viewModel.routerPath.presentedSheet = .editStatusEditor(status: viewModel.status.reblogAsAsStatus ?? viewModel.status)
|
||||
} label: {
|
||||
Label("status.action.edit", systemImage: "pencil")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue