client: fix useless prop

pull/40/head^2
Max Leiter 4 years ago
parent 19988e49ed
commit 118c06f272
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -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…
Cancel
Save