Skip to content

Commit

Permalink
Remove useless command
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Jun 19, 2024
1 parent 14c5cbd commit 25a09aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public partial class SpeedUpHistoryItemViewModel : HistoryItemViewModelBase
public SpeedUpHistoryItemViewModel(UiContext uiContext, IWalletModel wallet, TransactionModel transaction, HistoryItemViewModelBase? parent) : base(uiContext, transaction)
{
ShowDetailsCommand = ReactiveCommand.Create(() => UiContext.Navigate().To().TransactionDetails(wallet, transaction));
SpeedUpTransactionCommand = ReactiveCommand.Create(() => { }, Observable.Return(false));
CancelTransactionCommand = parent?.CancelTransactionCommand;
}

Expand Down

0 comments on commit 25a09aa

Please sign in to comment.