Skip to content

Commit

Permalink
removed a ':' for copy message link
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Feb 9, 2023
1 parent 4784cf0 commit eb340e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Messages/MessageTableEntry.tsx
Expand Up @@ -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")}
Expand Down

0 comments on commit eb340e0

Please sign in to comment.