mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-10 00:20:06 +08:00
removed a ':' for copy message link
This commit is contained in:
@@ -238,7 +238,7 @@ const MessageActions = ({
|
||||
</MenuItem>
|
||||
|
||||
<MenuItem
|
||||
onClick={() => handleCopy(`${window.location.protocol}://${window.location.host}/messages/${id}`)}
|
||||
onClick={() => handleCopy(`${window.location.protocol}//${window.location.host}/messages/${id}`)}
|
||||
icon={<Link />}
|
||||
>
|
||||
{t("copy_message_link")}
|
||||
|
||||
Reference in New Issue
Block a user