diff --git a/src/components/views/settings/SettingsSubheader.tsx b/src/components/views/settings/SettingsSubheader.tsx index 555f01c46e..f80bb13b59 100644 --- a/src/components/views/settings/SettingsSubheader.tsx +++ b/src/components/views/settings/SettingsSubheader.tsx @@ -39,9 +39,9 @@ export function SettingsSubheader({ label, state, stateMessage }: SettingsSubhea })} > {state === "success" ? ( - + ) : ( - + )} {stateMessage} diff --git a/test/unit-tests/components/views/settings/__snapshots__/SettingsSubheader-test.tsx.snap b/test/unit-tests/components/views/settings/__snapshots__/SettingsSubheader-test.tsx.snap index dd76bc8adf..23c9ce087d 100644 --- a/test/unit-tests/components/views/settings/__snapshots__/SettingsSubheader-test.tsx.snap +++ b/test/unit-tests/components/views/settings/__snapshots__/SettingsSubheader-test.tsx.snap @@ -10,9 +10,9 @@ exports[` should display a check icon when in success 1`] = > should display a label 1`] = ` > should display an error icon when in error 1`] = > should ask to enter the recovery key when secrets are > should display a verify button when the d >