client: remove console.log
This commit is contained in:
parent
763cb1dadc
commit
e7cec9b827
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ const PostPage = ({ post }: Props) => {
|
||||||
style={{ textTransform: 'none' }}>
|
style={{ textTransform: 'none' }}>
|
||||||
Edit a Copy
|
Edit a Copy
|
||||||
</Button>
|
</Button>
|
||||||
{console.log(post)}
|
|
||||||
{post.parent && <Button
|
{post.parent && <Button
|
||||||
auto
|
auto
|
||||||
icon={<Parent />}
|
icon={<Parent />}
|
||||||
|
|
Loading…
Reference in a new issue