Finished updating the reformatting of propTypes and set redux, intl functions to end of component
• Finished: - updating the reformatting of propTypes and set redux, intl functions to end of component • Removed: - Gif implementation
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
import React from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import Text from './text'
|
||||
|
||||
export default class DotTextSeperator extends React.PureComponent {
|
||||
const DotTextSeperator = () => (
|
||||
<Text size='small' color='secondary' className={_s.ml5}>·</Text>
|
||||
)
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Text size='small' color='secondary' className={_s.ml5}>·</Text>
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
export default DotTextSeperator
|
||||
Reference in New Issue
Block a user