Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed May 21, 2020
1 parent 3330d09 commit 1f7659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lurker.UI/ViewModels/TradebarViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ private void RemoveOffer(OfferViewModel offer)
if (activeOffer != null)
{
activeOffer.Active = true;
this.SendToLifeBulb(this.ActiveOffer.Event);
this.SendToLifeBulb(activeOffer.Event);
}
else
{
Expand Down

0 comments on commit 1f7659e

Please sign in to comment.