Skip to content

Commit

Permalink
feat(lld): fixed post onboarding hub tester row
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrellard-ledger committed Apr 17, 2024
1 parent ad16760 commit 6ab4511
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ const PostOnboardingHubTester = () => {
return (
<>
{devicesSupportedByPostOnboarding.map(({ deviceModelId, translationKey, dataTestId }) => (
<Flex key={deviceModelId}>
<>
<SettingsSectionRow
key={`post-onboarding-hub-test-row-${deviceModelId}`}
title={t(`settings.experimental.features.${translationKey}.title`)}
desc={t(`settings.experimental.features.${translationKey}.description`)}
>
Expand Down Expand Up @@ -62,7 +63,7 @@ const PostOnboardingHubTester = () => {
</Button>
</Flex>
</SettingsSectionRow>
</Flex>
</>
))}
</>
);
Expand Down

0 comments on commit 6ab4511

Please sign in to comment.