We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc8066 commit 716bfa4Copy full SHA for 716bfa4
1 file changed
src/pages/Search/Tabs/citizen-tab/Profile.jsx
@@ -31,7 +31,7 @@ const Profile = ({ user }) => {
31
<Info>
32
<h2>{user?.name}</h2>
33
<a
34
- href={`https://rgb.irpsc.com/fa/citizens/${user?.code}`}
+ href={`https://rgb.irpsc.com/fa/citizens/${user?.code.toLowerCase()}`}
35
target="_blank"
36
>
37
{user.code}
0 commit comments