Move "retry" button below error message
This commit is contained in:
@@ -50,9 +50,9 @@ export function EmptyView({ message, messageExtra, retry, noFaces, sx }: EmptyVi
|
|||||||
{errorFace}
|
{errorFace}
|
||||||
</Typography>
|
</Typography>
|
||||||
)}
|
)}
|
||||||
{retry && <Button onClick={retry}>{t('global.button.retry')}</Button>}
|
|
||||||
<Typography variant="h5">{message}</Typography>
|
<Typography variant="h5">{message}</Typography>
|
||||||
{messageExtra}
|
{messageExtra}
|
||||||
|
{retry && <Button onClick={retry}>{t('global.button.retry')}</Button>}
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user