tilfinltd / aws-extend-switch-roles

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
https://chromewebstore.google.com/detail/aws-extend-switch-roles/jpmkfafbacpgapdghgdpembnojdlgkdl?utm_source=github
MIT License
1.32k stars 141 forks source link

fixes null optional chaining for older browser versions #172

Closed tyron closed 3 years ago

tyron commented 3 years ago

Fixes #171 for older browser versions that do not support ?. syntax.

tilfin commented 3 years ago

The issue of this PR had already been fixed by #177. https://github.com/tilfinltd/aws-extend-switch-roles/pull/177/files#diff-fea414b7ab312e180ab37ea0000146c01af653518ac1465474ad4d42258aba67R3