// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TotalPayoutArea renders correctly 1`] = `

Current Month Earnings

$0.00

Total Earned

$0.00

Total Held Amount

$0.00

`; exports[`TotalPayoutArea renders correctly with actual values 1`] = `

Current Month Earnings

$400.00

Total Earned

$1.00

Total Held Amount

$0.50

`; exports[`TotalPayoutArea renders correctly with actual values 2`] = `

Current Month Earnings

$400.00

Total Earned

$1.00

Total Held Amount

$4000.00

`;