fix duplicate prop
This commit is contained in:
@@ -43,8 +43,7 @@ export function Header({
|
|||||||
{borderTopLeftRadius: a.rounded_md.borderRadius},
|
{borderTopLeftRadius: a.rounded_md.borderRadius},
|
||||||
{borderTopRightRadius: a.rounded_md.borderRadius},
|
{borderTopRightRadius: a.rounded_md.borderRadius},
|
||||||
style,
|
style,
|
||||||
]}
|
]}>
|
||||||
onLayout={onLayout}>
|
|
||||||
{renderLeft && (
|
{renderLeft && (
|
||||||
<View style={[a.absolute, {left: 6}]}>{renderLeft()}</View>
|
<View style={[a.absolute, {left: 6}]}>{renderLeft()}</View>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user