TxsTable status

This commit is contained in:
mmv 2019-06-20 13:12:58 +04:00
parent 0b3c791a93
commit 101a819817
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@ const statusToIcon = {
awaiting: AwaitingIcon,
}
const statusIconStyle={
const statusIconStyle = {
height: '14px',
width: '14px',
}

View File

@ -1,5 +1,7 @@
// @flow
import { xs, sm, md, lg } from '~/theme/variables'
import {
xs, sm, md, lg,
} from '~/theme/variables'
export const styles = (theme: Object) => ({
container: {