Skip to content

Commit

Permalink
remove loading state from ibc form mock in sendbox
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Jan 14, 2025
1 parent d6d8ddb commit e367ae2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/bank/components/__tests__/sendBox.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ mock.module('next/image', () => ({
// Add this mock at the top of your test file
mock.module('../forms/ibcSendForm', () => ({
default: (props: any) => {
if (props.isBalancesLoading) {
return <div>Loading...</div>;
}
return (
<div data-testid="ibc-send-form">
<div className="dropdown">
Expand Down

0 comments on commit e367ae2

Please sign in to comment.