mirror of
https://github.com/ChiChou/entdb.git
synced 2026-06-10 23:07:47 +02:00
Fix ESLint: escape quotes in JSX
This commit is contained in:
@@ -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 "{keyword}"</p>
|
||||
)}
|
||||
</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user