Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 5, 2024
1 parent f0b5b88 commit b7c668a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/navigation/Swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ const SwapNavigation: React.FC = () => {
{status && <div>Status: {status}</div>}
</div>
);
};
export default SwapNavigation;
};export default SwapNavigation;

0 comments on commit b7c668a

Please sign in to comment.