From d8060afe02574337f51b88cab0a0f824976ac721 Mon Sep 17 00:00:00 2001 From: sct Date: Wed, 9 Dec 2020 11:39:26 +0000 Subject: [PATCH] fix: fix missing personid in Discover --- src/components/Discover/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Discover/index.tsx b/src/components/Discover/index.tsx index 093ab8456..895237c74 100644 --- a/src/components/Discover/index.tsx +++ b/src/components/Discover/index.tsx @@ -242,7 +242,11 @@ const Discover: React.FC = () => { ); case 'person': return ( - + ); } })}