Skip to content

Commit

Permalink
ui: handle default case for EntityDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
rekt-hard authored and max-moser committed Mar 19, 2024
1 parent 32250a5 commit ea6fb2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const EntityDetails = ({ userData, details }) => {
} else if (isExternalEmail) {
return <ExternalEmail email={details} />;
}
return null;
};

const DeletedResource = ({ details }) => (
Expand Down

0 comments on commit ea6fb2e

Please sign in to comment.