Fix ESLint: escape quotes in JSX

This commit is contained in:
cc
2026-04-14 17:32:11 +02:00
parent 59f2c0484b
commit 175d532bad
+1 -1
View File
@@ -232,7 +232,7 @@ export default function Keys() {
{keys.length === 0 ? (
<p>No entitlement keys found for this OS version.</p>
) : (
<p>No keys match "{keyword}"</p>
<p>No keys match &quot;{keyword}&quot;</p>
)}
</div>
) : (