Skip to content

Commit

Permalink
[NPO-requested changes] 500 points upon signup, remove # days from de…
Browse files Browse the repository at this point in the history
…livery date (#139)
  • Loading branch information
annieyro authored Apr 30, 2020
1 parent ec4fe99 commit b53c564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion screens/auth/SignUpScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ export default class SignUpScreen extends React.Component {
const customerId = await createCustomers({
name,
phoneNumber,
points: 0,
// 2020/4/29 update for Nam's launch
points: 500,
pushTokenIds: pushTokenId ? [pushTokenId] : null,
});

Expand Down
3 changes: 0 additions & 3 deletions screens/map/ProductsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ export default class ProductsScreen extends React.Component {
<Title color={Colors.activeText}>
{`Products (${products.length})`}
</Title>
<Subhead color={Colors.activeText}>
{`Delivered in the last ${deliveryFrequency} days`}
</Subhead>
</ColumnContainer>
}
ListFooterComponent={<View style={{ height: 270 }} />}
Expand Down

0 comments on commit b53c564

Please sign in to comment.