Pass actual error to ContentError so it can be displayed

This commit is contained in:
mabashian 2020-07-22 13:50:13 -04:00
parent 34e85dea8b
commit d27c482e5e

View File

@ -151,7 +151,7 @@ function CredentialEdit({ credential, me }) {
};
if (error) {
return <ContentError />;
return <ContentError error={error} />;
}
if (isLoading) {