Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Dec 23, 2024
1 parent 55f5ee2 commit 2988369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/composite/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function BannerItem<T extends IBannerData>({
const item = useProps(rawItem, {
resolveValues: 'value',
}) as T;
console.log('item.titleTextProps', item.titleTextProps);
const onItemPress = useCallback(() => {
onPress(item);
}, [item, onPress]);
Expand Down

0 comments on commit 2988369

Please sign in to comment.