diff --git a/src/screens/Signup/StepHandle.tsx b/src/screens/Signup/StepHandle.tsx index a583fb9c8e..9192ba5a26 100644 --- a/src/screens/Signup/StepHandle.tsx +++ b/src/screens/Signup/StepHandle.tsx @@ -126,10 +126,12 @@ export function StepHandle() { {draftValue !== '' && ( - Your full username will be{' '} - - @{createFullHandle(draftValue, state.userDomain)} - + + Your full username will be{' '} + + @{createFullHandle(draftValue, state.userDomain)} + + )}