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 {
includeStackTrace
includeStackTrace,
} = options;
if (typeof data === 'undefined') {
return <Fixed>undefined</Fixed>;

View File

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

View File

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