rename notx component

This commit is contained in:
mmv 2019-07-11 17:00:40 +04:00
parent 3383afee0d
commit e02925f5b3
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import Col from '~/components/layout/Col'
import Row from '~/components/layout/Row'
import Paragraph from '~/components/layout/Paragraph/index'
const NoRights = () => (
const NoTransactions = () => (
<Row>
<Col xs={12} center="xs" sm={10} smOffset={2} start="sm" margin="md">
<Paragraph size="lg">
@ -15,4 +15,4 @@ const NoRights = () => (
</Row>
)
export default NoRights
export default NoTransactions