Remove scenarios header from output table card (#151)

This commit is contained in:
arcticfly
2023-08-13 03:26:58 -07:00
committed by GitHub
parent e423ad656a
commit b28f4cad57
3 changed files with 9 additions and 17 deletions

View File

@@ -48,20 +48,7 @@ export const ScenariosHeader = () => {
);
return (
<HStack
w="100%"
py={cellPadding.y}
px={cellPadding.x}
align="center"
spacing={0}
borderTopRightRadius={8}
borderTopLeftRadius={8}
bgColor="white"
borderWidth={1}
borderBottomWidth={0}
borderColor="gray.300"
mt={8}
>
<HStack w="100%" py={cellPadding.y} px={cellPadding.x} align="center" spacing={0}>
<Text fontSize={16} fontWeight="bold">
Scenarios ({scenarios.data?.count})
</Text>