Skip to content

Commit 33b0111

Browse files
fix: remove console
1 parent 48fd9e5 commit 33b0111

File tree

3 files changed

+166
-168
lines changed

3 files changed

+166
-168
lines changed

apps/OpenSign/src/pages/UserProfile.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -449,22 +449,22 @@ function UserProfile() {
449449
)}
450450
</span>
451451
</li>
452-
{!isEnableSubscription && (
453-
<li className="flex justify-between items-center border-t-[1px] border-gray-300 py-2 break-all">
454-
<span className="font-semibold">Public profile:</span>
455-
<div className="flex items-center">
456-
<span>opensign.me/</span>
452+
{/* {!isEnableSubscription && ( */}
453+
<li className="flex justify-between items-center border-t-[1px] border-gray-300 py-2 break-all">
454+
<span className="font-semibold">Public profile:</span>
455+
<div className="flex items-center">
456+
<span>opensign.me/</span>
457457

458-
<input
459-
onChange={handlePublicUrl}
460-
value={publicUserName}
461-
disabled={!editmode}
462-
placeholder="enter user name"
463-
className="border-[1px] border-gray-200 rounded-[3px]"
464-
/>
465-
</div>
466-
</li>
467-
)}
458+
<input
459+
onChange={handlePublicUrl}
460+
value={publicUserName}
461+
disabled={!editmode}
462+
placeholder="enter user name"
463+
className="border-[1px] border-gray-200 rounded-[3px]"
464+
/>
465+
</div>
466+
</li>
467+
{/* )} */}
468468

469469
<li className="border-y-[1px] border-gray-300 break-all">
470470
<div className="flex justify-between items-center py-2">

0 commit comments

Comments
 (0)