We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3577500 commit 836a51bCopy full SHA for 836a51b
package/src/components/Attachment/Card.tsx
@@ -209,7 +209,7 @@ const CardWithContext = <
209
>
210
{isVideo ? (
211
<View style={[styles.playButtonStyle, roundedView]}>
212
- {<Play height={height} pathFill={pathFill} width={width} />}
+ <Play height={height} pathFill={pathFill} width={width} />
213
</View>
214
) : null}
215
</ImageBackground>
0 commit comments