mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Remove dup
This commit is contained in:
parent
ba83c66ba6
commit
ada7550035
@ -14,12 +14,13 @@ export const ActivityErrorIndicator: React.FC<React.PropsWithChildren> = ({
|
||||
children,
|
||||
}) => (
|
||||
<Stack sx={{ gap: 2, alignItems: "center" }}>
|
||||
<ErrorOutlineIcon color="secondary" sx={{ color: "critical" }} />
|
||||
<ErrorOutlineIcon color="secondary" />
|
||||
<Typography sx={{ color: "text.muted" }}>
|
||||
{children ?? t("generic_error")}
|
||||
</Typography>
|
||||
</Stack>
|
||||
);
|
||||
|
||||
/**
|
||||
* An smaller error message indicator suitable for being shown above or below
|
||||
* text fields.
|
||||
|
Loading…
x
Reference in New Issue
Block a user