mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 12:53:10 +00:00
chore: update moderate post icon
This commit is contained in:
parent
3d3eafd626
commit
136c351f3f
@ -20,7 +20,7 @@ import {
|
||||
ArrowUp,
|
||||
ArrowDown,
|
||||
RefreshCw,
|
||||
Shield,
|
||||
MessageSquareX,
|
||||
UserX,
|
||||
} from 'lucide-react';
|
||||
import { formatDistanceToNow } from 'date-fns';
|
||||
@ -360,7 +360,7 @@ const PostList = () => {
|
||||
className="h-6 w-6 text-cyber-neutral hover:text-orange-500"
|
||||
onClick={() => handleModerate(post.id)}
|
||||
>
|
||||
<Shield className="h-3 w-3" />
|
||||
<MessageSquareX className="h-3 w-3" />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>
|
||||
|
||||
@ -40,7 +40,6 @@ export function useUserDisplay(address: string): UserDisplayInfo {
|
||||
}
|
||||
|
||||
const identity = await client.userIdentityService.getIdentity(address, {fresh: true});
|
||||
console.log({identity})
|
||||
|
||||
if (cancelled) return;
|
||||
|
||||
@ -71,7 +70,6 @@ export function useUserDisplay(address: string): UserDisplayInfo {
|
||||
|
||||
const displayInfo: UserDisplayInfo = React.useMemo(() => {
|
||||
if (storeIdentity) {
|
||||
console.log({storeIdentity})
|
||||
return {
|
||||
...storeIdentity,
|
||||
isLoading,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user