Compare commits

..

No commits in common. "511ede4856db307d9b65eac6e873511b7f64dfa2" and "52ed664350be3130276b74fe98481df2ee99e42d" have entirely different histories.

1 changed files with 53 additions and 67 deletions

View File

@ -225,18 +225,6 @@ export default function KennzahlenTable({
</Box> </Box>
</Tooltip> </Tooltip>
) : ( ) : (
<Tooltip
title={hasNoValue ?
<>
<b>Problem</b>
<br />
Es wurden keine Kennzahlen gefunden. Bitte ergänzen!
</> : ""
}
placement="bottom"
arrow
>
<span>
<Box <Box
sx={{ sx={{
border: `2px solid ${borderColor}`, border: `2px solid ${borderColor}`,
@ -292,8 +280,6 @@ export default function KennzahlenTable({
}} }}
/> />
</Box> </Box>
</span>
</Tooltip>
)} )}
</TableCell> </TableCell>
<TableCell align="center"> <TableCell align="center">