We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de46cc commit 1c8e139Copy full SHA for 1c8e139
web-app/src/screens/Console/KMS/Status.tsx
@@ -222,7 +222,7 @@ const Status = () => {
222
label={"Key Management Service Endpoints:"}
223
value={
224
<Fragment>
225
- {status.endpoints.map((e: any, i: number) => (
+ {status.endpoints?.map((e: any, i: number) => (
226
<LabelWithIcon
227
key={i}
228
icon={
0 commit comments