rm unnecessary string addition

This commit is contained in:
feruz 2019-11-29 16:01:49 +02:00
parent df97465b17
commit 6481407629

View File

@ -20,7 +20,7 @@ const BoostPlaceHolder = () => {
{({ isDarkTheme }) => {
const color = isDarkTheme ? '#2e3d51' : '#f5f5f5';
return (
<View style={styles.container} key={"ind" + i.toString()}>
<View style={styles.container} key={i.toString()}>
<View style={styles.line}>
<Placeholder.Box color={color} width={90} height={40} animate="fade" />
<View style={styles.paragraphWrapper}>