From 261f5e954564c8b49577911d6a5209d5b15fb159 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 27 Feb 2020 14:10:53 -0500 Subject: [PATCH] test to see if people click search results with no lbry:// in the result --- ui/component/wunderbar/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/wunderbar/view.jsx b/ui/component/wunderbar/view.jsx index 6e9266c8c..7fdcd0a9a 100644 --- a/ui/component/wunderbar/view.jsx +++ b/ui/component/wunderbar/view.jsx @@ -194,7 +194,7 @@ class WunderBar extends React.PureComponent { placeholder={__('Enter a LBRY URL or search for videos, music, games and more')} /> )} - renderItem={({ value, type }, isHighlighted) => ( + renderItem={({ value, type, shorthand }, isHighlighted) => (
{ > - {type === SEARCH_TYPES.TAG ? : value} + {type === SEARCH_TYPES.TAG ? : shorthand} {isHighlighted && (