Render the activity panel when the tasklist is hidden (https://github.com/woocommerce/woocommerce-admin/pull/8111)
This commit is contained in:
parent
233a8a1da1
commit
8983852686
|
@ -162,7 +162,7 @@ export const Layout = ( {
|
|||
) }
|
||||
/>
|
||||
) }
|
||||
{ ! isRunningTaskListExperiment && <ActivityPanel /> }
|
||||
{ <ActivityPanel /> }
|
||||
{ hasTaskList && renderTaskList() }
|
||||
<InboxPanel />
|
||||
</Column>
|
||||
|
|
Loading…
Reference in New Issue