don't need a separator here it's redundant

This commit is contained in:
Violet Caulfield
2025-02-15 08:11:22 -06:00
parent 761b70a947
commit 2af178933a

View File

@@ -32,7 +32,6 @@ export function Tabs() : React.JSX.Element {
<>
<Separator />
<Miniplayer navigation={props.navigation} />
<Separator />
</>
)}
<BottomTabBar {...props} />