Skip to content

Commit

Permalink
fix: wrong export method in TabItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jan 1, 2025
1 parent af0b72b commit 262f6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/navigator/atoms/TabItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ const styles = StyleSheet.create({
},
});

export default React.memo(TabItem);
export default TabItem;

0 comments on commit 262f6b0

Please sign in to comment.