From a2d7ff6179e569e7173fff099ebd2a2524088ab2 Mon Sep 17 00:00:00 2001 From: Tomas Machalek Date: Tue, 12 Nov 2024 21:45:05 +0100 Subject: [PATCH] Fix js error, update deps --- package-lock.json | 4 ++-- public/files/js/views/searchHistory/full/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e35749f88..17aabd69d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kontext", - "version": "0.18.2", + "version": "0.18.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kontext", - "version": "0.18.2", + "version": "0.18.11", "license": "GPL-2.0", "dependencies": { "@types/d3": "^7.4.0", diff --git a/public/files/js/views/searchHistory/full/index.tsx b/public/files/js/views/searchHistory/full/index.tsx index 425a629a0..4a54a6d42 100644 --- a/public/files/js/views/searchHistory/full/index.tsx +++ b/public/files/js/views/searchHistory/full/index.tsx @@ -215,7 +215,7 @@ export function init( List.map(k => (
  • {k}: - {this.props.textTypes(k).join(', ')} + {this.props.textTypes[k].join(', ')}
  • )) )}