client: fix useless prop

This commit is contained in:
Max Leiter 2022-03-22 21:19:55 -07:00
parent 19988e49ed
commit 118c06f272
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -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`}