Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Jul 18, 2024
1 parent 5c63b9a commit 9eb0e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let uHTTPOptions = {

if(process.env.REACT_APP_uHTTP_DP_ENDPOINT) uHTTPOptions.discoveryPlatformEndpoint = process.env.REACT_APP_uHTTP_DP_ENDPOINT;

const uHTTP = new Routing.Client(process.env.REACT_APP_uHTTP_TOKEN, uHTTPOptions);Client
const uHTTP = new Routing.Client(process.env.REACT_APP_uHTTP_TOKEN, uHTTPOptions);

function Portfolio({ serverurl }) {
const [ethAddress, set_ethAddress] = useState('0xC61b9BB3A7a0767E3179713f3A5c7a9aeDCE193C');
Expand Down

0 comments on commit 9eb0e44

Please sign in to comment.