fix empty view message

This commit is contained in:
Alex Holliday
2024-12-16 17:55:45 -08:00
parent d4a6df5df3
commit 0aa46aa2c2

View File

@@ -21,8 +21,7 @@ const Empty = ({ styles }) => {
textAlign="center"
color={theme.palette.text.secondary}
>
Hang tight! When we receive data, we'll show it here. Please check back in a few
minutes.
Hang tight! Data is loading
</Typography>
</Stack>
</Box>