remove Loading... message

This commit is contained in:
proddy
2025-01-22 22:29:40 +01:00
parent 30b9de49bf
commit 872cd40f56
2 changed files with 2 additions and 13 deletions

View File

@@ -26,9 +26,6 @@ const LoadingSpinner = ({ height = '100%' }: LoadingSpinnerProps) => {
})}
size={100}
/>
<Typography variant="h4" color="textSecondary">
{LL.LOADING()}&hellip;
</Typography>
</Box>
);
};