Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/components/PageComponents/Map/NodeDetail.tsx
|
|
@ -52,7 +52,7 @@ export const NodeDetail = ({ node }: NodeDetailProps) => { |
|
|
function handleDirectMessage() { |
|
|
function handleDirectMessage() { |
|
|
setChatType(MessageType.Direct); |
|
|
setChatType(MessageType.Direct); |
|
|
setActiveChat(node.num); |
|
|
setActiveChat(node.num); |
|
|
navigate({ to: "/messages" }); |
|
|
navigate({ to: `/messages/direct/${node.num}` }); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
|