// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StoppedTasksCard render error-last selected 1`] = ` Stopped
Total week
Error
Warning
Success
`; exports[`StoppedTasksCard render error-total selected 1`] = ` Stopped
Total 24h
Error
Warning
Success
`; exports[`StoppedTasksCard render selected 1`] = ` Stopped
Total 24h
Error
Warning
Success
`; exports[`StoppedTasksCard render success-last selected 1`] = ` Stopped
Total week
Error
Warning
Success
`; exports[`StoppedTasksCard render success-total selected 1`] = ` Stopped
Total 24h
Error
Warning
Success
`; exports[`StoppedTasksCard render warning-last selected 1`] = ` Stopped
Total week
Error
Warning
Success
`; exports[`StoppedTasksCard render warning-total selected 1`] = ` Stopped
Total 24h
Error
Warning
Success
`; exports[`StoppedTasksCard render with minimal props 1`] = ` Stopped
Total 24h
Error
Warning
Success
`; exports[`StoppedTasksCard render with props 1`] = ` Stopped
Total week
Error
Warning
Success
`;