mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 15:30:40 +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,
|
children,
|
||||||
}) => (
|
}) => (
|
||||||
<Stack sx={{ gap: 2, alignItems: "center" }}>
|
<Stack sx={{ gap: 2, alignItems: "center" }}>
|
||||||
<ErrorOutlineIcon color="secondary" sx={{ color: "critical" }} />
|
<ErrorOutlineIcon color="secondary" />
|
||||||
<Typography sx={{ color: "text.muted" }}>
|
<Typography sx={{ color: "text.muted" }}>
|
||||||
{children ?? t("generic_error")}
|
{children ?? t("generic_error")}
|
||||||
</Typography>
|
</Typography>
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An smaller error message indicator suitable for being shown above or below
|
* An smaller error message indicator suitable for being shown above or below
|
||||||
* text fields.
|
* text fields.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user