diff --git a/SharePointFramework/PortfolioWebParts/src/components/List/ListHeader/ListHeader.tsx b/SharePointFramework/PortfolioWebParts/src/components/List/ListHeader/ListHeader.tsx index c81a86c29..f8461ac62 100644 --- a/SharePointFramework/PortfolioWebParts/src/components/List/ListHeader/ListHeader.tsx +++ b/SharePointFramework/PortfolioWebParts/src/components/List/ListHeader/ListHeader.tsx @@ -25,29 +25,33 @@ export const ListHeader: FC = (props) => {
- {hasError && ( + {hasError ? (
- )} -
- - -
+ )} {props.defaultRender && (