Skip to content

Commit

Permalink
add(podcast-launched-card) remove hiding timing
Browse files Browse the repository at this point in the history
  • Loading branch information
krymson24 committed Nov 30, 2020
1 parent 323756e commit f888821
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CurrentTaskItem = ( { currentTask, skipTask, startTask, useAccordionLayout
{ translate( 'Complete' ) }
</Badge>
) }
{ currentTask.timing && ! currentTask.isCompleted && ! currentTask.hideLabel && (
{ currentTask.timing && ! currentTask.isCompleted && (
<div className="site-setup-list__task-timing task__timing">
<Gridicon icon="time" size={ 18 } />
{ translate( '%d minute', '%d minutes', {
Expand Down

0 comments on commit f888821

Please sign in to comment.