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>
|
<Text style={{ display: 'inline' }} h1> Welcome to Drift</Text>
|
||||||
</div>
|
</div>
|
||||||
<Document
|
<Document
|
||||||
editable={false}
|
|
||||||
content={introContent}
|
content={introContent}
|
||||||
title={`Welcome to Drift.md`}
|
title={`Welcome to Drift.md`}
|
||||||
initialTab={`preview`}
|
initialTab={`preview`}
|
||||||
|
|
Loading…
Reference in a new issue