Add ability to force picker width (#1093)
This commit is contained in:
@ -20,8 +20,6 @@ const StyledClickable = styled.div`
|
||||
`;
|
||||
|
||||
export function RawLink({ className, href, children, onClick }: OwnProps) {
|
||||
console.log(children);
|
||||
|
||||
return (
|
||||
<div>
|
||||
<StyledClickable className={className}>
|
||||
|
||||
Reference in New Issue
Block a user