Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into try/list-view-tweaks
  • Loading branch information
shaunandrews authored Jan 11, 2021
commit fd814c46f02735d1f21d1261f4ebf27ce69bc982
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function BlockNavigationBlockSelectButton(
draggable={ draggable }
>
<DescenderLines level={ level } />
<BlockIcon icon={ blockInformation.icon } showColors />
<BlockIcon icon={ blockInformation?.icon } showColors />
{ blockDisplayName }
{ isSelected && (
<VisuallyHidden>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.