Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 9, 2024
1 parent 540d0d3 commit f8f09e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/internal/svg/fundWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { fill } from '../../styles/theme';

export const FundWalletSvg = (
<svg
role="img"
aria-label="fund-wallet-svg"
width="16"
height="16"
viewBox="0 0 16 16"
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/components/WalletDropdownFundLink.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { render, screen, fireEvent } from '@testing-library/react';
import { fireEvent, render, screen } from '@testing-library/react';
import { describe, expect, it, vi } from 'vitest';
import { WalletDropdownFundLink } from './WalletDropdownFundLink';

Expand Down

0 comments on commit f8f09e3

Please sign in to comment.