0
Actions & Reducers Fill in the blanks to create a valid action object: { type: 'APPLY_DISCOUNT' percent 25
Actions & Reducers Fill in the blanks to create a valid action object: { type: 'APPLY_DISCOUNT' percent 25
2 odpowiedzi
0
{
type: 'APPLY_DISCOUNT',
percent: 25
}
Enjoy!
0
{
type: 'APPLY_DISCOUNT'
,
percent
:
25
}