Skip to content

Commit

Permalink
Test small cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
  • Loading branch information
aleksfront committed Mar 22, 2023
1 parent 2635550 commit 1db728c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const newMenuItem = getInjectable({
injectionToken: clusterIconSettingsMenuInjectionToken,
});

function customSettingsComponent(props: ClusterIconSettingComponentProps) {
function CustomSettingsComponent(props: ClusterIconSettingComponentProps) {
return (
<div data-testid="my-react-component">
<span>Test React Component</span>
Expand All @@ -73,7 +73,7 @@ const newSettingsReactComponent = getInjectable({

instantiate: () => ({
id: "test-react-component",
Component: customSettingsComponent,
Component: CustomSettingsComponent,
}),

injectionToken: clusterIconSettingsComponentInjectionToken,
Expand Down

0 comments on commit 1db728c

Please sign in to comment.