fix duplicate prop

This commit is contained in:
Samuel Newman
2025-07-01 12:25:27 +03:00
parent a14228fd06
commit b5910e6f72
+1 -2
View File
@@ -43,8 +43,7 @@ export function Header({
{borderTopLeftRadius: a.rounded_md.borderRadius},
{borderTopRightRadius: a.rounded_md.borderRadius},
style,
]}
onLayout={onLayout}>
]}>
{renderLeft && (
<View style={[a.absolute, {left: 6}]}>{renderLeft()}</View>
)}