Add actual start time to team
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import { Text, Icon } from 'ui'
|
||||
import { sizeInfo } from 'ui/style'
|
||||
import React from "react"
|
||||
import PropTypes from "prop-types"
|
||||
import { Text, Icon } from "ui"
|
||||
import { sizeInfo } from "ui/style"
|
||||
|
||||
export class BoundEmailIcon extends React.Component {
|
||||
static propTypes = {
|
||||
@@ -27,7 +27,11 @@ export class BoundEmailIcon extends React.Component {
|
||||
<div>
|
||||
<Text> </Text>
|
||||
<br />
|
||||
<Icon name={value ? 'confirmed' : 'warning'} size={sizeInfo.formBoundIcon} margin={sizeInfo.formBoundIconMargin} />
|
||||
<Icon
|
||||
name={value ? "confirmed" : "warning"}
|
||||
size={sizeInfo.formBoundIcon}
|
||||
margin={sizeInfo.formBoundIconMargin}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user