Update plugins/techdocs/src/home/components/TechDocsHome.tsx

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>

Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
This commit is contained in:
Adrian Ke Chongyang
2021-04-23 11:00:30 +08:00
committed by Chongyang Adrian, Ke
parent 7a3b3b2be6
commit 64ade20227
@@ -43,7 +43,6 @@ export const TechDocsHome = () => {
title: 'Owned documents',
description: 'Access your documentation.',
panelType: 'DocsTable' as PanelType,
paneCSS: { maxHeight: '200px' },
filterPredicate: (entity: Entity) => {
if (!user) {
return false;