client: fix useless prop
This commit is contained in:
parent
19988e49ed
commit
118c06f272
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ const Home = ({ introContent }: Props) => {
|
|||
<Text style={{ display: 'inline' }} h1> Welcome to Drift</Text>
|
||||
</div>
|
||||
<Document
|
||||
editable={false}
|
||||
content={introContent}
|
||||
title={`Welcome to Drift.md`}
|
||||
initialTab={`preview`}
|
||||
|
|
Loading…
Reference in a new issue