Fixed: Link to TMDb shows in search history

Fixes #2294
This commit is contained in:
Bogdan
2024-12-07 10:36:53 +02:00
parent 61e863cb31
commit f066cf399d
4 changed files with 20 additions and 3 deletions
+1
View File
@@ -257,6 +257,7 @@ class HistoryRow extends Component {
key={parameter.key}
title={parameter.title}
value={data[parameter.key]}
queryType={data.queryType}
/>
);
}