Live video on the AT Protocol

Update js/app/components/sidebar/sidebar-item.tsx

Co-authored-by: Eli Mallon <eli@stream.place>

authored by

natalie
Eli Mallon
and committed by
GitHub
d08ef46b 3ac01490

+1 -1
+1 -1
js/app/components/sidebar/sidebar-item.tsx
··· 91 91 role="link" 92 92 accessibilityLabel={typeof label === "string" ? label : "Link to " + href} 93 93 // @ts-ignore This makes it render as <a> on web! 94 - href={route && href} 94 + href={route ? href : undefined} 95 95 > 96 96 <View 97 97 style={[