fix tests

This commit is contained in:
Violet Caulfield
2025-08-15 23:21:34 -05:00
parent fe721640b6
commit 9eab9f0aef

View File

@@ -193,7 +193,7 @@ function PlaylistHeaderControls({
small
/>
) : (
<InstantMixButton item={playlist} />
<InstantMixButton item={playlist} navigation={navigation} />
)}
</YStack>