Render the activity panel when the tasklist is hidden (https://github.com/woocommerce/woocommerce-admin/pull/8111)

This commit is contained in:
Moon 2022-01-04 18:23:34 -08:00 committed by GitHub
parent 233a8a1da1
commit 8983852686
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export const Layout = ( {
) }
/>
) }
{ ! isRunningTaskListExperiment && <ActivityPanel /> }
{ <ActivityPanel /> }
{ hasTaskList && renderTaskList() }
<InboxPanel />
</Column>