mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add todos data
This commit is contained in:
parent
23077a14ee
commit
47b9cfbbdb
2 changed files with 118 additions and 1 deletions
|
@ -8,7 +8,7 @@ const TodoSettingsBlock = ( { todosData, className = '' } ) => {
|
|||
className={ `ppcp-r-settings-block__todo ppcp-r-todo-items ${ className }` }
|
||||
>
|
||||
{ todosData
|
||||
.slice( 0, 5 )
|
||||
.slice( 0, 12 )
|
||||
.filter( ( todo ) => {
|
||||
return ! todo.isCompleted();
|
||||
} )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue