mirror of
https://github.com/0xPARC/zkmessage.xyz.git
synced 2026-01-10 06:47:55 -05:00
fix for logged out state
This commit is contained in:
@@ -21,7 +21,7 @@ export function SelectUsers({
|
||||
{users.length === 0 && (
|
||||
<div className="text-gray-400">No registered users</div>
|
||||
)}
|
||||
<div className="">
|
||||
{publicKey && (
|
||||
<input
|
||||
type="button"
|
||||
value={
|
||||
@@ -44,7 +44,7 @@ export function SelectUsers({
|
||||
}
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
{users.map((user) => (
|
||||
<div
|
||||
key={user.publicKey}
|
||||
|
||||
Reference in New Issue
Block a user