Skip to content

Commit

Permalink
Remove the slide in animation from the dispute task item on Payments …
Browse files Browse the repository at this point in the history
…> Overview (#4463)

* Remove the slide in animation from the dispute task item on Payment > Overview

* Add changelog entry
  • Loading branch information
james-allan authored Jul 21, 2022
1 parent ed210ae commit 0b67331
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/issue-4461
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: update
Comment: This task item was hidden by a feature flag so there's no effective change by this PR


1 change: 0 additions & 1 deletion client/overview/task-list/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ const TaskList = ( { overviewTasksVisibility, tasks } ) => {
</CardHeader>
<CardBody>
<CollapsibleList
animation="slide-right"
collapsed={ false }
show={ 5 }
collapseLabel={ __( 'Hide tasks', 'woocommerce-payments' ) }
Expand Down

0 comments on commit 0b67331

Please sign in to comment.