Skip to content

Commit

Permalink
Revert "Fixed typo in EntityPage configuration"
Browse files Browse the repository at this point in the history
This reverts commit f6da47f.
  • Loading branch information
Florian JUDITH committed Oct 28, 2024
1 parent 0c1233f commit 46646a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backstage-plugins/plugins/aws-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const componentPage = (

// Add support for aws resource, environment and environment provider specific entity pages
// to the entityPage variable
const entityPage = (
const resourceEntityPage = (
<EntitySwitch>
...
<EntitySwitch.Case if={isKind('resource')} children={resourceEntityPage} />
Expand Down

0 comments on commit 46646a2

Please sign in to comment.