diff options
Diffstat (limited to 'src/view/shell/desktop/Search.tsx')
-rw-r--r-- | src/view/shell/desktop/Search.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/desktop/Search.tsx b/src/view/shell/desktop/Search.tsx index 1bc12add1..995471944 100644 --- a/src/view/shell/desktop/Search.tsx +++ b/src/view/shell/desktop/Search.tsx @@ -90,6 +90,7 @@ export const DesktopSearch = observer(function DesktopSearch() { handle={item.handle} displayName={item.displayName} avatar={item.avatar} + labels={item.labels} noBorder={i === 0} /> ))} |