We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cc26f commit e50725fCopy full SHA for e50725f
src/Pages/Profile/MemberView/Profile.js
@@ -103,6 +103,10 @@ export default function Profile() {
103
<div className="px-4 py-2 font-semibold">Membership Expiration</div>
104
<div className="px-4 py-2">{renderExpirationDate()}</div>
105
</div>
106
+ <div className="grid grid-cols-2">
107
+ <div className="px-4 py-2 font-semibold">Door Code</div>
108
+ <div className="px-4 py-2">{response.doorCode}</div>
109
+ </div>
110
111
112
0 commit comments