File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/web/src/pages/pay-and-earn-page/components Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import moment from 'moment'
88import { UserLink } from 'components/link'
99import { Table } from 'components/table'
1010
11+ import styles from '../PayAndEarnPage.module.css'
1112import { PurchaseCell , PurchaseRow } from '../types'
1213import { isEmptyPurchaseRow } from '../utils'
1314
1415import { TrackNameWithArtwork } from './TrackNameWithArtwork'
15- import styles from '../PayAndEarnPage.module.css'
1616
1717export type PurchasesTableColumn =
1818 | 'contentName'
Original file line number Diff line number Diff line change @@ -9,12 +9,11 @@ import moment from 'moment'
99
1010import { Table } from 'components/table'
1111
12+ import payAndEarnStyles from '../PayAndEarnPage.module.css'
1213import { TransactionCell , TransactionRow } from '../types'
1314import { isEmptyTransactionRow } from '../utils'
1415
1516import styles from './WithdrawalsTable.module.css'
16- import payAndEarnStyles from '../PayAndEarnPage.module.css'
17-
1817
1918const messages = {
2019 cash : 'Cash' ,
You can’t perform that action at this time.
0 commit comments