forked from administration/panel
feat: link to author in message snapshot view
parent
80ba4b7d77
commit
991cbef040
|
@ -112,6 +112,9 @@ export function CompactMessage({
|
||||||
</AlertDialogDescription>
|
</AlertDialogDescription>
|
||||||
</AlertDialogHeader>
|
</AlertDialogHeader>
|
||||||
<AlertDialogFooter>
|
<AlertDialogFooter>
|
||||||
|
<Link href={`/panel/inspect/user/${message.author}`}>
|
||||||
|
<AlertDialogCancel>Author</AlertDialogCancel>
|
||||||
|
</Link>
|
||||||
<Link href={`/panel/inspect/message/${message._id}`}>
|
<Link href={`/panel/inspect/message/${message._id}`}>
|
||||||
<AlertDialogCancel>Inspect</AlertDialogCancel>
|
<AlertDialogCancel>Inspect</AlertDialogCancel>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Reference in New Issue