diff --git a/app/components/UI/DataRow.js b/app/components/UI/DataRow.js index ae02f481..ec3dfecb 100644 --- a/app/components/UI/DataRow.js +++ b/app/components/UI/DataRow.js @@ -5,10 +5,10 @@ import { Text } from 'components/UI' const DataRow = ({ left, right, ...rest }) => ( - + {left} - + {right}