Skip to content

fix: LoadingCircleIcon filename typo and reformatSwapError robustness#15

Open
OnChainMee wants to merge 1 commit intoyuga-labs:mainfrom
OnChainMee:fix/loading-icon-and-error-handling
Open

fix: LoadingCircleIcon filename typo and reformatSwapError robustness#15
OnChainMee wants to merge 1 commit intoyuga-labs:mainfrom
OnChainMee:fix/loading-icon-and-error-handling

Conversation

@OnChainMee
Copy link
Copy Markdown

Summary

  • LoadingCircleIcon: Renamed `LoadingCircleIcon..tsx` to `LoadingCircleIcon.tsx` (fix double-dot typo) and updated imports in `WalletTradePendingView`, `WalletSendFundPendingView`, and `WalletFundPendingView` to use the correct path.
  • reformatSwapError: Added guard for `null`/undefined/non-string input to avoid runtime errors; replaced `catch (e)` with `catch (_e)` and removed eslint-disable.

- Rename LoadingCircleIcon..tsx to LoadingCircleIcon.tsx (fix double-dot typo)
- Update imports in WalletTradePendingView, WalletSendFundPendingView, WalletFundPendingView
- Harden reformatSwapError: guard for null/undefined/non-string, fix catch unused var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant