mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Virtualised sidebar test.
This commit is contained in:
@@ -65,7 +65,7 @@ const HomeSidebar = observer((props: Props) => {
|
||||
channels.sort((b, a) => a.timestamp.localeCompare(b.timestamp));
|
||||
|
||||
return (
|
||||
<GenericSidebarBase padding>
|
||||
<GenericSidebarBase mobilePadding>
|
||||
<ConnectionStatus />
|
||||
<GenericSidebarList>
|
||||
<ConditionalLink active={pathname === "/"} to="/">
|
||||
|
||||
Reference in New Issue
Block a user