Skip to content

Commit 836a51b

Browse files
Nwagba OkechukwuNwagba Okechukwu
authored andcommitted
refactor: remove curly braces in view component that renders Play component
1 parent 3577500 commit 836a51b

File tree

1 file changed

+1
-1
lines changed
  • package/src/components/Attachment

1 file changed

+1
-1
lines changed

package/src/components/Attachment/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const CardWithContext = <
209209
>
210210
{isVideo ? (
211211
<View style={[styles.playButtonStyle, roundedView]}>
212-
{<Play height={height} pathFill={pathFill} width={width} />}
212+
<Play height={height} pathFill={pathFill} width={width} />
213213
</View>
214214
) : null}
215215
</ImageBackground>

0 commit comments

Comments
 (0)