Fix/params tests (#2398)

* fix: params test

* undeclared variable old code
This commit is contained in:
lohit 2024-05-31 17:52:14 +05:30 committed by GitHub
parent b63ae360fe
commit 2621c384c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,7 +126,7 @@ const GenerateCodeItem = ({ collection, item, onClose }) => {
) : (
<div className="flex flex-col justify-center items-center w-full">
<div className="text-center">
<h1 className="text-2xl font-bold">Invalid URL: {url}</h1>
<h1 className="text-2xl font-bold">Invalid URL: {finalUrl}</h1>
<p className="text-gray-500">Please check the URL and try again</p>
</div>
</div>