Skip to content

Commit

Permalink
fix param name
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Oct 29, 2023
1 parent 1542550 commit 5f225d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/historical-data/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const App = ({
return _(data)
.map((d) => {
const filePath = `${appCacheDir}assets/coins/${d.symbol.toLowerCase()}.png`;
let apiPath = convertFileSrc(filePath);
const apiPath = convertFileSrc(filePath);
return (
<div key={d.id}>
<img
Expand Down

0 comments on commit 5f225d5

Please sign in to comment.