diff --git a/test/observables/src/App.js b/test/observables/src/App.js index 4f01c1e..bfac40b 100644 --- a/test/observables/src/App.js +++ b/test/observables/src/App.js @@ -48,7 +48,7 @@ class App extends React.Component { return (
- {escrowObservable && } +
); } diff --git a/test/observables/src/EscrowObservator.js b/test/observables/src/EscrowObservator.js index b3428cb..74bb683 100644 --- a/test/observables/src/EscrowObservator.js +++ b/test/observables/src/EscrowObservator.js @@ -3,6 +3,7 @@ import observe from "./observe"; const Escrow = props => { const { escrow, myCustomProperty } = props; + if(!escrow) return

Loading...

; return (