// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TransactionStatusLabel Component should render CONFIRMED properly 1`] = `
June 1
`; exports[`TransactionStatusLabel Component should render PENDING properly 1`] = `
Pending
`; exports[`TransactionStatusLabel Component should render PENDING properly when status is APPROVED 1`] = `
Pending
`; exports[`TransactionStatusLabel Component should render QUEUED properly 1`] = `
Queued
`; exports[`TransactionStatusLabel Component should render UNAPPROVED properly 1`] = `
Unapproved
`;