From 64d58182cf5bc509af8ab1fa3fa57f30b46d6501 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 28 Jun 2020 03:53:13 +0300 Subject: feat: show search results --- src/components/UserStrip/UserStrip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/UserStrip') diff --git a/src/components/UserStrip/UserStrip.tsx b/src/components/UserStrip/UserStrip.tsx index 6e84768..f02adc3 100644 --- a/src/components/UserStrip/UserStrip.tsx +++ b/src/components/UserStrip/UserStrip.tsx @@ -10,8 +10,8 @@ import { User } from 'which-types'; interface PropTypes { user: User; - info: string | JSX.Element navigate: (prefix: string, id: string) => void; + info?: string | JSX.Element } -- cgit v1.2.3