mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Show 5 todo items
This commit is contained in:
parent
47b9cfbbdb
commit
bb84fe4346
1 changed files with 1 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, 12 )
|
||||
.slice( 0, 5 )
|
||||
.filter( ( todo ) => {
|
||||
return ! todo.isCompleted();
|
||||
} )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue