Skip to content

Commit

Permalink
모바일에서 했었던 최적화 기법을 적용함
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Apr 5, 2024
1 parent d738f11 commit 67cc148
Show file tree
Hide file tree
Showing 4 changed files with 821 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class IBCSwapDestinationState {
// 현재 가지고 있지 않은 자산도 유저가 선택할 수 있도록 UI 상 후순위로 둔채로 balance 등을 보여주지 않은채 선택은 할 수 있도록 보여준다.
@computed
get tokens(): {
tokens: ViewToken[];
tokens: ReadonlyArray<ViewToken>;
remaining: {
currency: Currency;
chainInfo: IChainInfoImpl;
Expand Down
Loading

0 comments on commit 67cc148

Please sign in to comment.