Skip to content

Commit

Permalink
add: extra
Browse files Browse the repository at this point in the history
  • Loading branch information
cgi-bin committed Oct 21, 2023
1 parent 5a0ef3c commit 9a84fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const mixFetchOptions: SetupMixFetchOps = {
mixFetchOverride: {
requestTimeoutMs: 60_000
},
extra: {},
extra: extra,
forceTls: true
};

Expand Down Expand Up @@ -99,7 +99,7 @@ function App() {
<TableCell>{ticker.price_change_percentage_24h}%</TableCell>
</TableRow>
);
}) : " Loading"}
}) : "Loading"}
</TableBody>
</Table>
</TableContainer>
Expand Down

0 comments on commit 9a84fc9

Please sign in to comment.