Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Jan 17, 2025
1 parent 6112fa2 commit b85ea28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 126 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,6 @@ public class dydxSimpleUITradeInputSizeViewModel: PlatformViewModel {
}

private func createSwapView(style: ThemeStyle) -> some View {
// let secondarySize: String?
// let secondaryToken: String?
// switch focusState {
// case .atUsdcSize:
// secondarySize = sizeItem?.size ?? sizeItem?.placeHolder
// secondaryToken = sizeItem?.tokenSymbol
// case .atSize:
// secondarySize = usdSizeItem?.size ?? usdSizeItem?.placeHolder
// secondaryToken = usdSizeItem?.tokenSymbol
// case .none:
// secondarySize = nil
// secondaryToken = nil
// }
return Group {
let content = HStack {
if let secondaryText, let secondaryToken {
Expand Down Expand Up @@ -128,7 +115,6 @@ public class dydxSimpleUITradeInputSizeViewModel: PlatformViewModel {
}
.createView(parentStyle: style)
}

}
}

Expand Down

0 comments on commit b85ea28

Please sign in to comment.