Skip to content

Commit 61fed8c

Browse files
committed
fix: onramp step label
Fixes TOOL-4871
1 parent aea2245 commit 61fed8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/thirdweb/src/react/web/ui/Bridge/StepRunner.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ export function StepRunner({
322322

323323
<Container flex="column" gap="3xs" style={{ flex: 1 }}>
324324
<Text color="primaryText" size="sm">
325-
TEST
325+
{request.onramp.slice(0, 1).toUpperCase() +
326+
request.onramp.slice(1)}
326327
</Text>
327328
<Text color="secondaryText" size="xs">
328329
{getStepStatusText(onrampStatus)}

0 commit comments

Comments
 (0)