Update ClickUp.tsx

This commit is contained in:
Tom Moor
2022-10-13 06:39:20 -07:00
committed by GitHub
parent 2708d429a9
commit def40e38ba

View File

@@ -3,7 +3,7 @@ import Frame from "../components/Frame";
import { EmbedProps as Props } from ".";
export default function ClickUp(props: Props) {
return <Frame {...props} src={this.props.attrs.href} title="ClickUp Embed" />;
return <Frame {...props} src={props.attrs.href} title="ClickUp Embed" />;
}
ClickUp.ENABLED = [