Skip to content

Commit

Permalink
Fix/params tests (#2398)
Browse files Browse the repository at this point in the history
* fix: params test

* undeclared variable old code
  • Loading branch information
lohxt1 committed May 31, 2024
1 parent b63ae36 commit 2621c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2621c38

Please sign in to comment.