Skip to content

Commit

Permalink
style: remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Oct 21, 2024
1 parent 6d6e838 commit e903299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/examples/src/examples/common/MapHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default function MapHeader({
icon: onBack ? "arrow-back" : "",
onPress: onBack,
color: colors.secondary.white,
underlayColor: backgroundColor,
}}
centerComponent={{ text: label, style: styles.label }}
/>
Expand Down

0 comments on commit e903299

Please sign in to comment.