debian-image-builder-frontend/src/Components
Jacob Kozol 9b4144176a CreateImageWizard: remove unsafe optional chaining
Optional chaining can return undefined. So, we should not use `of` on
getState()?.values?.['file-system-configuration']. But, since we already
check for the existance of this variable we do not need to optionally
chain.
2022-03-03 17:46:14 +01:00
..
CreateImageWizard CreateImageWizard: remove unsafe optional chaining 2022-03-03 17:46:14 +01:00
ImagesTable CreateImageWizard: Expose centos 9 stream 2022-03-02 17:03:09 +01:00
LandingPage LandingPage: edit header spacing 2022-03-03 14:03:11 +01:00