Unify audio playback under App component
This commit is contained in:
parent
8b30fc17cd
commit
2cd4160422
19 changed files with 290 additions and 80 deletions
|
@ -77,6 +77,7 @@ function renderItem(
|
|||
function renderLastSeenIndicator(id: string): JSX.Element {
|
||||
return <SmartLastSeenIndicator id={id} />;
|
||||
}
|
||||
|
||||
function renderHeroRow(
|
||||
id: string,
|
||||
onHeightChange: () => unknown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue