Skip to content

Commit dd237b0

Browse files
committed
More lint
1 parent e0afb10 commit dd237b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/web/src/pages/pay-and-earn-page/components/PurchasesTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import moment from 'moment'
88
import { UserLink } from 'components/link'
99
import { Table } from 'components/table'
1010

11+
import styles from '../PayAndEarnPage.module.css'
1112
import { PurchaseCell, PurchaseRow } from '../types'
1213
import { isEmptyPurchaseRow } from '../utils'
1314

1415
import { TrackNameWithArtwork } from './TrackNameWithArtwork'
15-
import styles from '../PayAndEarnPage.module.css'
1616

1717
export type PurchasesTableColumn =
1818
| 'contentName'

packages/web/src/pages/pay-and-earn-page/components/WithdrawalsTable.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ import moment from 'moment'
99

1010
import { Table } from 'components/table'
1111

12+
import payAndEarnStyles from '../PayAndEarnPage.module.css'
1213
import { TransactionCell, TransactionRow } from '../types'
1314
import { isEmptyTransactionRow } from '../utils'
1415

1516
import styles from './WithdrawalsTable.module.css'
16-
import payAndEarnStyles from '../PayAndEarnPage.module.css'
17-
1817

1918
const messages = {
2019
cash: 'Cash',

0 commit comments

Comments
 (0)