Skip to content

Commit

Permalink
Update dydxTradeStatusViewBuilder.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Jun 18, 2024
1 parent a529953 commit f55c74e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private class dydxTradeStatusViewPresenter: HostedViewPresenter<dydxTradeStatusV
}
}

private extension OrderStatus {
private extension Abacus.OrderStatus {
var statusIcon: dydxTradeStatusLogoViewModel.StatusIcon? {
switch self {
case .canceled: return .failed
Expand Down

0 comments on commit f55c74e

Please sign in to comment.