about summary refs log tree commit diff
path: root/src/view/com/search/SearchResults.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/search/SearchResults.tsx')
-rw-r--r--src/view/com/search/SearchResults.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/search/SearchResults.tsx b/src/view/com/search/SearchResults.tsx
index b53965f44..5d6163d4b 100644
--- a/src/view/com/search/SearchResults.tsx
+++ b/src/view/com/search/SearchResults.tsx
@@ -101,6 +101,7 @@ const Profiles = observer(({model}: {model: SearchUIModel}) => {
           displayName={item.displayName}
           avatar={item.avatar}
           description={item.description}
+          labels={item.labels}
         />
       ))}
       <View style={s.footerSpacer} />