fix for prod builds

This commit is contained in:
2018-08-21 09:44:10 +02:00
parent 5a10498da7
commit 89d58d49ea
3 changed files with 3 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ const getColor = (type) => {
const formatData = (data, options) => { const formatData = (data, options) => {
const { const {
includeStackTrace includeStackTrace,
} = options; } = options;
if (typeof data === 'undefined') { if (typeof data === 'undefined') {
return <Fixed>undefined</Fixed>; return <Fixed>undefined</Fixed>;

View File

@@ -42,7 +42,7 @@ class Events extends Component {
render() { render() {
const { const {
includeStackTrace includeStackTrace,
} = this.props; } = this.props;
return ( return (

View File

@@ -14,8 +14,7 @@ const Wrapper = styled.View`
flex: 1; flex: 1;
`; `;
const StorageView = ({ const StorageView = () => (
}) => (
<State> <State>
{({ selected }, setState) => ( {({ selected }, setState) => (
<Storage> <Storage>