lint: final fix

This commit is contained in:
Alex
2024-09-08 23:19:10 +01:00
parent fe78e9a336
commit f105fd1b2c
7 changed files with 11 additions and 18 deletions

View File

@@ -93,9 +93,7 @@ export default function APIKeyModal({
}}
className="h-10 w-full cursor-pointer border-x-2 border-b-2 hover:bg-gray-100"
>
<p className="ml-5 py-3">
{doc.name} {doc.version}
</p>
<p className="ml-5 py-3">{doc.name}</p>
</div>
);
}