Skip to content

Commit

Permalink
Fix js error, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomachalek committed Nov 12, 2024
1 parent df6769c commit a2d7ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/files/js/views/searchHistory/full/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export function init(
List.map(k => (
<li key={k}>
<strong>{k}</strong>:
{this.props.textTypes(k).join(', ')}
{this.props.textTypes[k].join(', ')}
</li>
))
)}
Expand Down

0 comments on commit a2d7ff6

Please sign in to comment.