diff --git a/src/core/client/stream/components/PermalinkPopover.tsx b/src/core/client/stream/components/PermalinkPopover.tsx index 776edbccf..eaa3368fd 100644 --- a/src/core/client/stream/components/PermalinkPopover.tsx +++ b/src/core/client/stream/components/PermalinkPopover.tsx @@ -1,3 +1,4 @@ +import { Localized as L } from "fluent-react/compat"; import React from "react"; import CopyToClipboard from "react-copy-to-clipboard"; import { Button, Popover, TextField } from "talk-ui/components"; @@ -49,13 +50,25 @@ class PermalinkPopover extends React.Component {
- +
} > ); diff --git a/src/core/client/ui/components/Button/Button.tsx b/src/core/client/ui/components/Button/Button.tsx index 127d16c2e..dadb7a35d 100644 --- a/src/core/client/ui/components/Button/Button.tsx +++ b/src/core/client/ui/components/Button/Button.tsx @@ -49,7 +49,6 @@ class Button extends React.Component { [classes.secondary]: secondary, }); - console.log(this.props); return (