Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akucharska committed Dec 24, 2024
1 parent a3ff756 commit 8823ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/KymaModules/KymaModulesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default function KymaModulesList({

const ModulesList = resource => {
const findModule = (moduleName, channel, version) => {
// This change was made due to changes in modules and should be simplified once all modules migrate
const moduleWithoutInfo = modules?.items?.find(
module =>
moduleName ===
Expand Down

0 comments on commit 8823ab3

Please sign in to comment.