diff --git a/src/components/Shutdowns/ShutdownContainer.tsx b/src/components/Shutdowns/ShutdownContainer.tsx index db211a2..7e9c56b 100644 --- a/src/components/Shutdowns/ShutdownContainer.tsx +++ b/src/components/Shutdowns/ShutdownContainer.tsx @@ -90,12 +90,14 @@ export const ShutdownCards: React.FunctionComponent = ({ )} -
-

Completed Shutdowns ✅

-
- {groupedAndSortedShutdowns.completed} + {!!groupedAndSortedShutdowns.completed.length && ( +
+

Completed Shutdowns ✅

+
+ {groupedAndSortedShutdowns.completed} +
-
+ )}
); };