Skip to content

Commit

Permalink
fix: use decodedName (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab authored Oct 9, 2024
1 parent 436f0e1 commit c728c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nameguard.io/src/app/inspect/[name]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default async function Namekit({ params }: Props) {

return (
<div className="max-w-7xl mx-auto p-6 py-12">
<NGReport name={name} data={report} />
<NGReport name={decodedName} data={report} />
</div>
);
}

0 comments on commit c728c05

Please sign in to comment.