Skip to content

Commit 9ce8268

Browse files
committed
prettier
1 parent e3471db commit 9ce8268

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/views/home/edit/row.ios.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,7 @@ const styles = StyleSheet.create({
4444
})
4545

4646
const MenuIcon = ({icon, tint}: {icon: string, tint: string}) => (
47-
<EntypoIcon
48-
name={icon}
49-
size={32}
50-
style={[styles.icon, {color: tint}]}
51-
/>
47+
<EntypoIcon name={icon} size={32} style={[styles.icon, {color: tint}]} />
5248
)
5349

5450
type Props = {

0 commit comments

Comments
 (0)