Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
🤫
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed May 2, 2018
1 parent b924d0b commit 26c9d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-renderer-react/src/withPhenomicApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default function withPhenomicApi<P>(
getQueries: (props: Object) => Object = () => ({})
) {
const socketServerURL =
// $FlowFixMe yeah yeah
"http://localhost:" + process.env.PHENOMIC_SOCKET_PORT;
const displayName = getDisplayName(ComposedComponent);

Expand Down

0 comments on commit 26c9d63

Please sign in to comment.