Skip to content

Commit 9067981

Browse files
authored
Merge branch 'loren/embedded/SDK-245-banner-component-stretch' into loren/embedded/SDK-246-card-component
2 parents 96ad2c6 + c72f9d1 commit 9067981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/embedded/components/IterableEmbeddedBanner/IterableEmbeddedBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const IterableEmbeddedBanner = ({
3939
const buttons = message.elements?.buttons ?? [];
4040

4141
return (
42-
<Pressable onPress={() => handleMessageClick()}>
42+
<Pressable onPress={handleMessageClick}>
4343
<View
4444
style={[
4545
styles.container,

0 commit comments

Comments
 (0)