split into inner component again
This commit is contained in:
@@ -27,7 +27,7 @@ export function VideoEmbed({source}: {source: string}) {
|
||||
a.my_xs,
|
||||
]}>
|
||||
{active ? (
|
||||
<VideoEmbedInner source={source} />
|
||||
<VideoEmbedInner source={source} active={active} />
|
||||
) : (
|
||||
<Button
|
||||
style={[a.flex_1, t.atoms.bg_contrast_25]}
|
||||
|
||||
Reference in New Issue
Block a user